aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-12-05 00:30:04 -0800
committerVictor Morales <victor.morales@intel.com>2018-12-05 01:29:04 -0800
commitf19da653ff0b1e7a45e8ba66c1a8458390566b1b (patch)
tree851befad4ab4484fa5982de03b8c445fc6423348 /vagrant
parentb25c8a59e4ce694ef2e621bc3eab9116f0a14e17 (diff)
Bump kubernetes version to 1.12.3
This version address the CVE-2018-1002105 security issue. https://discuss.kubernetes.io/t/kubernetes-security-announcement-v1-10-11-v1-11-5-v1-12-3-released-to-address-cve-2018-1002105/3700 Change-Id: I2d13c2f5a42db9492652e4e54b946099c9b83dca Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/inventory/group_vars/k8s-cluster.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/inventory/group_vars/k8s-cluster.yml b/vagrant/inventory/group_vars/k8s-cluster.yml
index 8263c063..ab0c89ec 100644
--- a/vagrant/inventory/group_vars/k8s-cluster.yml
+++ b/vagrant/inventory/group_vars/k8s-cluster.yml
@@ -57,7 +57,7 @@ kubeconfig_localhost: true
local_volumes_enabled: true
## Change this to use another Kubernetes version, e.g. a current beta release
-kube_version: v1.11.3
+kube_version: v1.12.3
# Helm deployment
helm_enabled: true