Skip to content

Commit

Permalink
Merge pull request #6 from Brian-Williams/master
Browse files Browse the repository at this point in the history
Use k8s_version as kube_version kubespray_k8s_cluster.tpl
  • Loading branch information
sguyennet committed Nov 8, 2018
2 parents c5409f8 + fb9f807 commit 95c89fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kubespray_k8s_cluster.tpl
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.2
kube_version: ${kube_version}

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down

0 comments on commit 95c89fd

Please sign in to comment.