Skip to content

Instantly share code, notes, and snippets.

@danehans
Created February 9, 2016 16:14
Show Gist options
  • Save danehans/57362949eaedf8529e85 to your computer and use it in GitHub Desktop.
Save danehans/57362949eaedf8529e85 to your computer and use it in GitHub Desktop.
kubectl details
$ cat ~/.kube/config
apiVersion: v1
kind: Config
current-context: kubectl-to-coreos.com
preferences: {}
clusters:
- cluster:
certificate-authority-data: ${CA_CERT}
server: https://master.lab.com:443
name: coreos.com
contexts:
- context:
cluster: coreos.com
user: kubectl
name: kubectl-to-coreos.com
users:
- name: kubectl
user:
token: ${TOKEN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment