Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created November 30, 2019 16:52
Show Gist options
  • Save vigneshragupathy/9b91c76587391e9fcc523f4489d6d1ac to your computer and use it in GitHub Desktop.
Save vigneshragupathy/9b91c76587391e9fcc523f4489d6d1ac to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Config
clusters:
- cluster:
certificate-authority: /var/lib/kubernetes/ca.crt
server: https://10.0.0.1:6443
name: bootstrap
contexts:
- context:
cluster: bootstrap
user: kubelet-bootstrap
name: bootstrap
current-context: bootstrap
preferences: {}
users:
- name: kubelet-bootstrap
user:
token: 07401b.f395accd246ae52d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment