diff options
author | Yao Le <le.yao@intel.com> | 2020-04-30 22:40:20 +0800 |
---|---|---|
committer | Yao Le <le.yao@intel.com> | 2020-05-27 22:10:04 +0800 |
commit | 662f6d95a1461d05ad6605599f4f895b5a90f7a1 (patch) | |
tree | 853317a2116725667b8cd6c8fc4d9cb0841139ca /kud/ci/kud-installer.sh | |
parent | 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae (diff) |
Update the Kubernetes Version to 1.16
Update kubespray to 2.12 to deploy Kubernetes 1.16
Issue-ID: MULTICLOUD-1063
Signed-off-by: Yao Le <le.yao@intel.com>
Change-Id: I537f6395e5d05d8b72411dd1e0789e19972f1947
Diffstat (limited to 'kud/ci/kud-installer.sh')
-rwxr-xr-x | kud/ci/kud-installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/ci/kud-installer.sh b/kud/ci/kud-installer.sh index 73c1628b..956a15a6 100755 --- a/kud/ci/kud-installer.sh +++ b/kud/ci/kud-installer.sh @@ -9,5 +9,6 @@ set -x -e -o pipefail curr_dir="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")" +cp ${curr_dir}/k8s-cluster.yml ${curr_dir}/../hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml cd ${curr_dir}/../hosting_providers/baremetal ./aio.sh |