Skip to content

Instantly share code, notes, and snippets.

@mrferos
Created October 29, 2019 17:46
Show Gist options
  • Save mrferos/8b346238e50badfc2f1b170f3b59913b to your computer and use it in GitHub Desktop.
Save mrferos/8b346238e50badfc2f1b170f3b59913b to your computer and use it in GitHub Desktop.
clusters:
- cluster:
certificate-authority-data: <redacted>
server: <redacted>
name: <redacted>
contexts:
- context:
cluster: <redacted>
user: <redacted>
name: <redacted>
current-context: <redacted>
kind: Config
preferences: {}
users:
- name: <redacted>
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
env:
- name: AWS_ACCESS_KEY
value: <redacted>
- name: AWS_SECRET_ACCESS_KEY
value: <redacted>
args:
- token
- -i
- eks-cluster
command: aws-iam-authenticator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment