Editing Aws eks update-kubeconfig

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[aws eks]] update-kubeconfig</code> configures <code>[[kubectl]]</code> so that you can [[connect]] to an Amazon EKS cluster.
+
<code>[[aws eks]] update-kubeconfig</code> configures <code>[[kubectl]]</code> so that you can connect to an Amazon EKS cluster.
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/update-kubeconfig.html
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/update-kubeconfig.html
  
[[aws eks list-clusters]] --output text | awk '{print $2}' | xargs -n1 [[aws eks]] update-kubeconfig --name
 
[[Added new context]] arn:aws:eks:eu-central-1:0987654321:cluster/production-eks-3yxD5aRA to /Users/my_user[[/.kube/config]]
 
  
  aws eks update-kubeconfig [[--region]] [[us-east-2]] --name education-eks-LZIQaQdP
+
  <code>[[aws eks]] update-kubeconfig --name my-eks-cluster-name</code>
Added new context arn:aws:eks:us-east-2:0987654321:cluster/education-eks-LZIQaQdP to /Users/my_user/[[.kube/config]]
 
 
 
[[aws eks]] update-kubeconfig --name my-eks-cluster-name
 
 
  Updated context arn:aws:eks:us-east-2:0987654321:cluster/my-eks-cluster-name< in /Users/MY_USER/[[.kube/config]]
 
  Updated context arn:aws:eks:us-east-2:0987654321:cluster/my-eks-cluster-name< in /Users/MY_USER/[[.kube/config]]
  
[[aws eks update-kubeconfig --name eks-cluster-name --region aws-region --role-arn]]
 
  
  
 
* <code>[[aws eks]] --region $([[terraform output]] -raw region) update-kubeconfig --name $([[terraform output -raw cluster_name]])</code>
 
* <code>[[aws eks]] --region $([[terraform output]] -raw region) update-kubeconfig --name $([[terraform output -raw cluster_name]])</code>
 
 
  
 
aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
 
Added new context arn:aws:eks:us-east-2:012345678912:cluster/education-eks-Ry318DCv to [[/Users/]]your_user/[[.kube/config]]
 
 
== Errors ==
 
[[error: You must be logged in to the server (Unauthorized)]]
 
  
 
  aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
 
  aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
 
  '[[NoneType]]' object is not iterable
 
  '[[NoneType]]' object is not iterable
 
  Solution: rm [[~/.kube/config]] and execute it again
 
  Solution: rm [[~/.kube/config]] and execute it again
 
 
[[the server has asked for the client to provide credentials]]
 
  
 
  aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
 
  aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
 
+
  Added new context arn:aws:eks:us-east-2:012345678912:cluster/education-eks-Ry318DCv to [[/Users/]]your_user/[[.kube/config]]
  [[Unable to parse config file]]: [[~/.aws/config]]
 
  
 
== Synopsys ==
 
== Synopsys ==
Line 42: Line 24:
 
  --name <value>
 
  --name <value>
 
  [--kubeconfig <value>]
 
  [--kubeconfig <value>]
  [--role-arn <value>]
+
  [[[--role-arn]] <value>]
 
  [--dry-run]
 
  [--dry-run]
 
  [--verbose]
 
  [--verbose]
 
  [--alias <value>]
 
  [--alias <value>]
 
== Activities ==
 
* Understand implication of using <code>[[--role-arn]]</code> in your <code>[[aws eks]] update-kubeconfig</code>
 
* [[How do I resolve an unauthorized server error when I connect to the Amazon EKS API server?]]
 
* [[Creating or updating a kubeconfig file for an Amazon EKS cluster]]
 
 
== Related ==
 
* <code>[[~/.kube/config]]</code>
 
* <code>[[eksctl get cluster --all-regions]]</code>
 
* <code>[[aws eks list-clusters]]</code>
 
* <code>[[kubectl get nodes]]</code>
 
* <code>[[kubectl cluster-info]]</code>
 
* <code>[[aws eks list-clusters]] --output text | awk '{print $2}' | xargs -n1 [[aws eks update-kubeconfig]] --name</code>
 
* <code>[[gcloud container clusters get-credentials]]</code>
 
* [[Connect to K8s cluster]]
 
* <code>[[kubectl config rename-context]]</code>
 
* <code>[[aws eks get-token]]</code>
 
* [[Amazon EKS authorization]]
 
  
 
== See also ==
 
== See also ==
* {{aws eks update-kubeconfig}}
+
* {{kubectl}}
 
* {{aws eks}}
 
* {{aws eks}}
* {{K8s installation}}
 
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: