github.com/ali-iotechsys/cli@v20.10.0+incompatible/cli/context/kubernetes/testdata/eks-kubeconfig (about) 1 apiVersion: v1 2 clusters: 3 - cluster: 4 server: https://some-server 5 name: kubernetes 6 contexts: 7 - context: 8 cluster: kubernetes 9 user: aws 10 name: aws 11 current-context: aws 12 kind: Config 13 preferences: {} 14 users: 15 - name: aws 16 user: 17 exec: 18 apiVersion: client.authentication.k8s.io/v1alpha1 19 command: heptio-authenticator-aws 20 args: 21 - "token" 22 - "-i" 23 - "eks-cf"