bctl eks
EKS cluster operations.
Synopsis
Equivalent to bctl checkout <alias> --eks. Both check out the profile and run aws eks update-kubeconfig for every cluster on it.
Example
Requirements
- The profile must be an AWS profile (the command rejects non-AWS profiles up front)
- The profile must have
eks_clustersconfigured -- see the EKS Guide awsandkubectlmust be on$PATH
See also
- EKS Guide -- full setup and multi-cluster behaviour
- bctl checkout