Browse Source

Merge pull request #741 from codablock/patch-1

Fix kube_version to include 'v' again
pull/726/head
Antoine Legrand 8 years ago
committed by GitHub
parent
commit
8e809aed01
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