Created
February 9, 2016 16:14
-
-
Save danehans/57362949eaedf8529e85 to your computer and use it in GitHub Desktop.
kubectl details
This file contains hidden or 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
$ 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