mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Honor the CLOUD_PROVIDER_FLAG flag.
We were not passing the flag from deploying machine to the machine being deployed to. Now passing the flag.
This commit is contained in:
parent
8f269d6df2
commit
56eb2bcff4
@ -1263,6 +1263,11 @@ EOF
|
||||
if [ -n "${DOCKER_LOG_MAX_FILE:-}" ]; then
|
||||
cat >>"$file" <<EOF
|
||||
DOCKER_LOG_MAX_FILE: $(yaml-quote "${DOCKER_LOG_MAX_FILE}")
|
||||
EOF
|
||||
fi
|
||||
if [ -n "${CLOUD_PROVIDER_FLAG:-}" ]; then
|
||||
cat >>"$file" <<EOF
|
||||
CLOUD_PROVIDER_FLAG: $(yaml-quote "${CLOUD_PROVIDER_FLAG}")
|
||||
EOF
|
||||
fi
|
||||
if [ -n "${FEATURE_GATES:-}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user