Skip to content

Instantly share code, notes, and snippets.

@silviud
Created April 4, 2019 16:58
Show Gist options
  • Save silviud/33bd415a319cadc2a75d5a22b2bbaeb2 to your computer and use it in GitHub Desktop.
Save silviud/33bd415a319cadc2a75d5a22b2bbaeb2 to your computer and use it in GitHub Desktop.
Kubectl ~/.kube/config
apiVersion: v1
clusters:
- cluster:
insecure-skip-tls-verify: true
server: https://SERVER:PORT
name: main
contexts:
- context:
cluster: main
user: main
name: main
current-context: main
kind: Config
preferences: {}
users:
- name: main
user:
token: TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment