Skip to content

Instantly share code, notes, and snippets.

@Sushant
Last active February 27, 2018 00:29
Show Gist options
  • Save Sushant/8dfabce0738ea5e6c26f6dd8ffcf0474 to your computer and use it in GitHub Desktop.
Save Sushant/8dfabce0738ea5e6c26f6dd8ffcf0474 to your computer and use it in GitHub Desktop.
Spinnaker Kube config
clusters:
- cluster:
insecure-skip-tls-verify: true
server: https://kubernetes.svc.default
name: spinnaker-local
contexts:
- context:
cluster: spinnaker-local
namespace: spinnaker
user: spinnaker-svc-account
name: spinnaker-local
current-context: spinnaker-local
kind: Config
users:
- name: spinnaker-svc-account
user:
token: <TOKEN>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment