Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created March 14, 2019 22:12
Show Gist options
  • Save rms1000watt/886b9b9940b036df4a0b61786aec16e3 to your computer and use it in GitHub Desktop.
Save rms1000watt/886b9b9940b036df4a0b61786aec16e3 to your computer and use it in GitHub Desktop.
AWS Get kubeconfig from EKS
#!/usr/bin/env bash
eval $(assume-role dev-account)
aws eks update-kubeconfig --region us-east-1 --name dev-eks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment