Browse Source

Fix kube_version to include 'v' again

https://github.com/kubernetes-incubator/kargo/pull/736 missed this
pull/741/head
Alexander Block 7 years ago
committed by GitHub
parent
commit
b4c87c669b
1 changed files with 1 additions and 1 deletions
  1. 2
      inventory/group_vars/all.yml

2
inventory/group_vars/all.yml

@ -27,7 +27,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_users_dir: "{{ kube_config_dir }}/users"
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: 1.4.6
kube_version: v1.4.6
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)

Loading…
Cancel
Save