Last active
June 30, 2022 14:55
-
-
Save afreeland/b7f8f792cdec3fec0d30c9f5bcf2624d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List clusters | |
aws eks list-clusters | |
# You may need to target different profiles | |
AWS_PROFILE={account-profile-name-here} aws eks list-clusters | |
# Update kubeconfig with cluster info | |
aws eks update-kubeconfig --name {cluster-name-here} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment