Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created July 1, 2020 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/c0526effa3197ab0aceb500f772228ce to your computer and use it in GitHub Desktop.
Save velotiotech/c0526effa3197ab0aceb500f772228ce to your computer and use it in GitHub Desktop.
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