Difference between revisions of "Aws eks update-kubeconfig"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>[[aws eks]] update-kubeconfig</code> Configures kubectl 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
  

Revision as of 18:19, 10 May 2022

aws eks update-kubeconfig configures kubectl so that you can connect to an Amazon EKS cluster.



aws eks --region $(terraform output -raw region) update-kubeconfig --name $(terraform output -raw cluster_name)
'NoneType' object is not iterable
Solution: rm ~/.kube/config and execute it again
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

Synopsys

  update-kubeconfig
--name <value>
[--kubeconfig <value>]
[--role-arn <value>]
[--dry-run]
[--verbose]
[--alias <value>]

See also

Advertising: