Skip to content

Commit

Permalink
update k8s version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerds committed Jul 4, 2018
1 parent 1553494 commit 5b45b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inventory/group_vars/k8s-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true

## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.10.0
kube_version: v1.11.0

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down Expand Up @@ -253,4 +253,4 @@ calico_node_ignorelooserpf: false
kubelet_disable_shared_pid: false

# etcd memory Limits
etcd_memory_limit: 8192M
etcd_memory_limit: 8192M

0 comments on commit 5b45b01

Please sign in to comment.