blob: e8f824cc65da63e3f4f6c1aedcfdb1cd57728960 [file] [log] [blame]
Martin Polreich8044a652017-08-29 14:28:59 +02001helm:
2 client:
3 enabled: true
4 version: 2.6.0
5 download_url: https://storage.googleapis.com/kubernetes-helm/helm-v2.6.0-linux-amd64.tar.gz
6 download_hash: sha256=506e477a9eb61730a2fb1af035357d35f9581a4ffbc093b59e2c2af7ea3beb41
7 bind:
8 address: 0.0.0.0
9 tiller:
10 install: false
11 host: 10.11.12.13:14151
12 kubectl:
13 install: true # installs kubectl 1.6.7 by default
14 download_url: https://dl.k8s.io/v1.6.7/kubernetes-client-linux-amd64.tar.gz
15 download_hash: sha256=54947ef84181e89f9dbacedd54717cbed5cc7f9c36cb37bc8afc9097648e2c91
16 tarball_path: kubernetes/client/bin/kubectl
17 config:
18 cluster: # directly translated to cluster definition in kubeconfig
19 server: https://kubernetes.example.com
20 certificate-authority-data: Y2FfY2VydGlmaWNhdGU=
21 user: # same for user
22 username: admin
23 password: uberadminpass
24 gce_service_token: anNvbl90b2tlbg==
25 repos:
26 mirantisworkloads: https://mirantisworkloads.storage.googleapis.com/
27 releases:
28 zoo1:
29 enabled: false