aws eks update-kubeconfig

From wikieduonline
Revision as of 13:45, 5 December 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/eks/update-kubeconfig.html


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: