Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tonytan4ever/131408a7f006365ac54f69032bb9277f to your computer and use it in GitHub Desktop.
Save tonytan4ever/131408a7f006365ac54f69032bb9277f to your computer and use it in GitHub Desktop.
apiVersion: v1
clusters:
- cluster:
certificate-authority: /Users/tonytan4ever/.minikube/ca.crt
server: https://192.168.99.100:8443
name: minikube
contexts:
- context:
cluster: minikube
user: minikube
name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: minikube
user:
as-user-extra: {}
client-certificate: /Users/tonytan4ever/.minikube/client.crt
client-key: /Users/tonytan4ever/.minikube/client.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment