Upgrade to Kubernetes 1.6.1
parent
c0cae9e8a0
commit
ccc11e5680
|
@ -32,7 +32,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
|
|||
kube_api_anonymous_auth: false
|
||||
|
||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||
kube_version: v1.5.3
|
||||
kube_version: v1.6.1
|
||||
|
||||
# Where the binaries will be downloaded.
|
||||
# Note: ensure that you've enough disk space (about 1G)
|
||||
|
|
|
@ -18,7 +18,7 @@ download_localhost: False
|
|||
download_always_pull: False
|
||||
|
||||
# Versions
|
||||
kube_version: v1.5.3
|
||||
kube_version: v1.6.1
|
||||
etcd_version: v3.0.6
|
||||
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
||||
# after migration to container download
|
||||
|
|
|
@ -4,7 +4,7 @@ bootstrap_os: none
|
|||
kube_api_anonymous_auth: false
|
||||
|
||||
## Change this to use another Kubernetes version, e.g. a current beta release
|
||||
kube_version: v1.5.3
|
||||
kube_version: v1.6.1
|
||||
|
||||
# Directory where the binaries will be installed
|
||||
bin_dir: /usr/local/bin
|
||||
|
|
Loading…
Reference in New Issue