File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ function create-kubemark-master {
44
44
export KUBE_CREATE_NODES=false
45
45
export KUBE_GCE_INSTANCE_PREFIX=" ${KUBE_GCE_INSTANCE_PREFIX} -kubemark"
46
46
47
- # Even if the "real cluster" is private, we shouldn't manage cloud nat.
48
- export KUBE_GCE_PRIVATE_CLUSTER=false
49
-
50
47
# Quite tricky cidr setup: we set KUBE_GCE_ENABLE_IP_ALIASES=true to avoid creating
51
48
# cloud routes and RangeAllocator to assign cidrs by kube-controller-manager.
52
49
export KUBE_GCE_ENABLE_IP_ALIASES=true
@@ -94,8 +91,6 @@ function delete-kubemark-master {
94
91
export KUBE_GCE_INSTANCE_PREFIX=" ${KUBE_GCE_INSTANCE_PREFIX} -kubemark"
95
92
96
93
export KUBE_DELETE_NETWORK=false
97
- # Even if the "real cluster" is private, we shouldn't manage cloud nat.
98
- export KUBE_GCE_PRIVATE_CLUSTER=false
99
94
100
95
if [[ " ${KUBEMARK_HA_MASTER:- } " == " true" && -n " ${KUBEMARK_MASTER_ADDITIONAL_ZONES:- } " ]]; then
101
96
for KUBE_GCE_ZONE in ${KUBEMARK_MASTER_ADDITIONAL_ZONES} ; do
You can’t perform that action at this time.
0 commit comments