Created
July 1, 2020 15:35
-
-
Save velotiotech/c0526effa3197ab0aceb500f772228ce to your computer and use it in GitHub Desktop.
This file contains 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
clusters: | |
- cluster: | |
server: https://DBFE36D09896EECAB426959C35FFCC47.sk1.us-east-1.eks.amazonaws.com | |
certificate-authority-data: ”....................” | |
name: kubernetes | |
contexts: | |
- context: | |
cluster: kubernetes | |
user: aws | |
name: aws | |
current-context: aws | |
kind: Config | |
preferences: {} | |
users: | |
- name: aws | |
user: | |
exec: | |
apiVersion: client.authentication.k8s.io/v1alpha1 | |
command: aws-iam-authenticator | |
args: | |
- "token" | |
- "-i" | |
- “eks-blog-cluster" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment