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

Commit

Permalink
Upgraded to Kubernetes 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pires committed Mar 17, 2016
1 parent 6bfbcee commit a0faf8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Most aspects of your cluster setup can be customized with environment variables.

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

Defaults to `1.1.8`.
Defaults to `1.2.0`.
Versions prior to `1.1.0` **won't work** with current cloud-config files.

- **CLOUD_PROVIDER** defines the specific cloud provider being used. This is useful, for instance, if you're relying on kubernetes to set load-balancers for your services.
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ DOCKERCFG = File.expand_path(ENV['DOCKERCFG'] || "~/.dockercfg")

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

KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.1.8'
KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.2.0'

CHANNEL = ENV['CHANNEL'] || 'alpha'
#if CHANNEL != 'alpha'
Expand Down

0 comments on commit a0faf8a

Please sign in to comment.