Created
February 5, 2020 03:45
-
-
Save onelittlenightmusic/7721da8cc979374ce58a10871eec1536 to your computer and use it in GitHub Desktop.
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
apiVersion: v1 | |
clusters: | |
- cluster: | |
insecure-skip-tls-verify: true | |
server: https://127.0.0.1:40319 | |
name: capi-quickstart | |
contexts: | |
- context: | |
cluster: capi-quickstart | |
user: kubernetes-admin | |
name: kubernetes-admin@capi-quickstart | |
current-context: kubernetes-admin@capi-quickstart | |
kind: Config | |
preferences: {} | |
users: | |
- name: kubernetes-admin | |
user: | |
client-certificate-data: LS0tLS1CR... | |
client-key-data: LS0t... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment