Skip to content

Commit b1bd511

Browse files
committed
Propagate KUBECTL_PRUNE_WHITELIST_OVERRIDE to master kube-env
1 parent f097cee commit b1bd511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/gce/util.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@ ETCD_CA_CERT: $(yaml-quote ${ETCD_CA_CERT_BASE64:-})
13461346
ETCD_PEER_KEY: $(yaml-quote ${ETCD_PEER_KEY_BASE64:-})
13471347
ETCD_PEER_CERT: $(yaml-quote ${ETCD_PEER_CERT_BASE64:-})
13481348
SERVICEACCOUNT_ISSUER: $(yaml-quote ${SERVICEACCOUNT_ISSUER:-})
1349+
KUBECTL_PRUNE_WHITELIST_OVERRIDE: $(yaml-quote ${KUBECTL_PRUNE_WHITELIST_OVERRIDE:-})
13491350
EOF
13501351
# KUBE_APISERVER_REQUEST_TIMEOUT_SEC (if set) controls the --request-timeout
13511352
# flag

0 commit comments

Comments
 (0)