Update k8s_infra_installer.sh

This commit is contained in:
jinho0928
2021-04-22 13:07:32 +09:00
committed by GitHub
parent 237b41775b
commit 8585130dc8

View File

@@ -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