Merge pull request #112710 from cheftako/cloud-provider

Honor the CLOUD_PROVIDER_FLAG flag.
This commit is contained in:
Kubernetes Prow Robot 2022-09-24 10:30:04 -07:00 committed by GitHub
commit 79d6053e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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