Merge pull request #741 from codablock/patch-1
Fix kube_version to include 'v' again
This commit is contained in:
commit
8e809aed01
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
|
||||||
kube_users_dir: "{{ kube_config_dir }}/users"
|
kube_users_dir: "{{ kube_config_dir }}/users"
|
||||||
|
|
||||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
## 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.
|
# Where the binaries will be downloaded.
|
||||||
# Note: ensure that you've enough disk space (about 1G)
|
# Note: ensure that you've enough disk space (about 1G)
|
||||||
|
|
Loading…
Reference in a new issue