2 # shellcheck disable=SC2034
4 # Host user which can log into master and each worker nodes
5 HOST_USER=${HOST_USER:-iec}
7 REPO_URL="https://gerrit.akraino.org/r/iec"
12 # Master node IP address
13 K8S_MASTER_IP="10.169.36.152"
15 # HOST_USER's password on Master node
18 ######################################################
20 # K8S_WORKER_GROUP is an array which consists of 2
21 # parts. One is k8s worker ip address. The other is
24 ######################################################
26 "10.169.40.106,123456"
30 CLUSTER_IP=172.16.1.136 # Align with the value in our K8s setup script
31 POD_NETWORK_CIDR=192.168.0.0/16
32 #CNI type: flannel/calico/contivvpp
34 #kubernetes-cni version 0.7.5/ 0.6.0
36 #kubernetes version: 1.15.2/ 1.13.0