Update k8s_infra_installer.sh
This commit is contained in:
@@ -193,6 +193,12 @@ function install_kube() {
|
|||||||
apiServer=${apiServer}
|
apiServer=${apiServer}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -z ${serviceSubnet} ]]; then
|
||||||
|
serviceSubnet=10.96.0.0/16
|
||||||
|
else
|
||||||
|
serviceSubnet=${serviceSubnet}
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -z ${podSubnet} ]]; then
|
if [[ -z ${podSubnet} ]]; then
|
||||||
podSubnet=10.244.0.0/16
|
podSubnet=10.244.0.0/16
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user