Last active
June 30, 2022 14:55
-
-
Save afreeland/b7f8f792cdec3fec0d30c9f5bcf2624d to your computer and use it in GitHub Desktop.
Revisions
-
afreeland revised this gist
Jun 30, 2022 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,9 @@ # 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} -
afreeland created this gist
Jun 30, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # List clusters aws eks list-clusters # Update kubeconfig with cluster info aws eks update-kubeconfig --name {cluster-name-here}