Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ kubectl --context=eks-dev-qa version
- Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.4",
- GitCommit:"5ca598b4ba5abb89bb773071ce452e33fb66339d", GitTreeState:"clean",
- BuildDate:"2018-06-06T15:22:13Z", GoVersion:"go1.9.6", Compiler:"gc",
- Platform:"darwin/amd64"}
- error: You must be logged in to the server (the server has asked for the client
- to provide credentials)
- apiVersion: v1
- clusters:
- - cluster:
- server: https://myinstance.sk1.us-east-1.eks.amazonaws.com
- certificate-authority-data: base64_cert 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: heptio-authenticator-aws
- args:
- - "token"
- - "-i"
- - "dev-qa"
- # - "-r"
- # - "<role-arn>"
Add Comment
Please, Sign In to add comment