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

Commit b5bcfdc

Browse files
committed
Upgrade Kubernetes default version to 1.7.4.
Signed-off-by: Paulo Pires <pjpires@gmail.com>
1 parent 18b6dba commit b5bcfdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Most aspects of your cluster setup can be customized with environment variables.
127127

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

130-
Defaults to `1.7.3`.
130+
Defaults to `1.7.4`.
131131
Versions prior to `1.7.0` **won't work** with current cloud-config files.
132132

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

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DOCKERCFG = File.expand_path(ENV['DOCKERCFG'] || "~/.dockercfg")
7575

7676
DOCKER_OPTIONS = ENV['DOCKER_OPTIONS'] || ''
7777

78-
KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.7.3'
78+
KUBERNETES_VERSION = ENV['KUBERNETES_VERSION'] || '1.7.4'
7979

8080
CHANNEL = ENV['CHANNEL'] || 'alpha'
8181
#if CHANNEL != 'alpha'

0 commit comments

Comments
 (0)