Browse Source

Update kubernetes 1.8.2

pull/1899/head
Andrew Greenwood 7 years ago
committed by GitHub
parent
commit
e196adb98c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      inventory/group_vars/k8s-cluster.yml

2
inventory/group_vars/k8s-cluster.yml

@ -23,7 +23,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.8.1
kube_version: v1.8.2
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)

Loading…
Cancel
Save