summaryrefslogtreecommitdiffstats
path: root/vagrant/installer.sh
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-12-05 01:28:06 -0800
committerVictor Morales <victor.morales@intel.com>2018-12-05 01:28:06 -0800
commitb25c8a59e4ce694ef2e621bc3eab9116f0a14e17 (patch)
tree1eb0ab495871c8a2aea479661e75c50a0437f0c1 /vagrant/installer.sh
parentded39aac0dc67ccaa4ac8ed83161f6aa7abb13b7 (diff)
Bump kubespray version to 2.8.0
Change-Id: Ie7287f0bd0940fae67af2b1374c7be2fef37844e Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/installer.sh')
-rwxr-xr-xvagrant/installer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/installer.sh b/vagrant/installer.sh
index f1109073..e8ed9f11 100755
--- a/vagrant/installer.sh
+++ b/vagrant/installer.sh
@@ -111,6 +111,7 @@ function install_k8s {
else
echo "kube_log_level: 2" | tee $krd_inventory_folder/group_vars/all.yml
fi
+ echo "kubeadm_enabled: true" | tee --append $krd_inventory_folder/group_vars/all.yml
if [[ -n "${http_proxy}" ]]; then
echo "http_proxy: \"$http_proxy\"" | tee --append $krd_inventory_folder/group_vars/all.yml
fi