From a0faf8a4527fe244527a9fcd1cf7da4223767e20 Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Thu, 17 Mar 2016 10:28:51 -0400 Subject: [PATCH] Upgraded to Kubernetes 1.2.0. --- README.md | 2 +- Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5557cc4..20cac2a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Vagrantfile b/Vagrantfile index 3b2cde7..e36611d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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'