Skip to content

Commit

Permalink
Merge pull request #91456 from tosi3k/propagate-am-whitelist-override
Browse files Browse the repository at this point in the history
Propagate KUBECTL_PRUNE_WHITELIST_OVERRIDE to master kube-env
  • Loading branch information
k8s-ci-robot committed May 27, 2020
2 parents 7c3f706 + b1bd511 commit c170754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ ETCD_CA_CERT: $(yaml-quote ${ETCD_CA_CERT_BASE64:-})
ETCD_PEER_KEY: $(yaml-quote ${ETCD_PEER_KEY_BASE64:-})
ETCD_PEER_CERT: $(yaml-quote ${ETCD_PEER_CERT_BASE64:-})
SERVICEACCOUNT_ISSUER: $(yaml-quote ${SERVICEACCOUNT_ISSUER:-})
KUBECTL_PRUNE_WHITELIST_OVERRIDE: $(yaml-quote ${KUBECTL_PRUNE_WHITELIST_OVERRIDE:-})
EOF
# KUBE_APISERVER_REQUEST_TIMEOUT_SEC (if set) controls the --request-timeout
# flag
Expand Down

0 comments on commit c170754

Please sign in to comment.