Skip to content

Instantly share code, notes, and snippets.

@kadel
Last active April 5, 2016 11:52
Show Gist options
  • Select an option

  • Save kadel/fc0b7f343c181ec92653 to your computer and use it in GitHub Desktop.

Select an option

Save kadel/fc0b7f343c181ec92653 to your computer and use it in GitHub Desktop.
kubernetes config for connecting to vagrant
apiVersion: v1
clusters:
- cluster:
server: http://10.1.2.3:8080
name: k8s
contexts:
- context:
cluster: k8s
user: ""
name: k8s
current-context: k8s
kind: Config
preferences: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment