Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

Commit

Permalink
Upgrade default Kubernetes version to 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Pires <pjpires@gmail.com>
  • Loading branch information
pires committed Dec 16, 2017
1 parent 7e27966 commit b5569aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Most aspects of your cluster setup can be customized with environment variables.

- **KUBERNETES_VERSION** defines the specific kubernetes version being used.

Defaults to `1.7.11`.
Versions prior to `1.7.0` **won't work** with current cloud-config files.
Defaults to `1.9.0`.
Versions prior to `1.9.0` **may not work** with current cloud-configs and Kubernetes descriptors.

- **USE_KUBE_UI** defines whether to deploy or not the Kubernetes UI

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ DOCKERCFG = File.expand_path(ENV['DOCKERCFG'] || "~/.dockercfg")

DOCKER_OPTIONS = ENV['DOCKER_OPTIONS'] || ''

KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.7.11'
KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.9.0'

CHANNEL = ENV['CHANNEL'] || 'alpha'

Expand Down

0 comments on commit b5569aa

Please sign in to comment.