Merge pull request #73735 from mm4tt/api_server_log_level

Start propagating API_SERVER_TEST_LOG_LEVEL in //cluster/gce/util.sh
pull/564/head
Kubernetes Prow Robot 2019-02-05 04:33:00 -08:00 committed by GitHub
commit 76722926ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1343,6 +1343,11 @@ EOF
if [ -n "${ADDON_MANAGER_LEADER_ELECTION:-}" ]; then
cat >>$file <<EOF
ADDON_MANAGER_LEADER_ELECTION: $(yaml-quote ${ADDON_MANAGER_LEADER_ELECTION})
EOF
fi
if [ -n "${API_SERVER_TEST_LOG_LEVEL:-}" ]; then
cat >>$file <<EOF
API_SERVER_TEST_LOG_LEVEL: $(yaml-quote ${API_SERVER_TEST_LOG_LEVEL})
EOF
fi