Add GCE configuration parameter for webhook audit logging

This commit is contained in:
Tim St. Clair
2017-06-01 17:42:26 -07:00
parent cc568f6433
commit a604d34c21
3 changed files with 71 additions and 17 deletions

View File

@@ -660,6 +660,7 @@ ENABLE_DEFAULT_STORAGE_CLASS: $(yaml-quote ${ENABLE_DEFAULT_STORAGE_CLASS:-})
ENABLE_APISERVER_BASIC_AUDIT: $(yaml-quote ${ENABLE_APISERVER_BASIC_AUDIT:-})
ENABLE_APISERVER_ADVANCED_AUDIT: $(yaml-quote ${ENABLE_APISERVER_ADVANCED_AUDIT:-})
ENABLE_CACHE_MUTATION_DETECTOR: $(yaml-quote ${ENABLE_CACHE_MUTATION_DETECTOR:-false})
ADVANCED_AUDIT_BACKEND: $(yaml-quote ${ADVANCED_AUDIT_BACKEND:-log})
EOF
if [ -n "${KUBELET_PORT:-}" ]; then
cat >>$file <<EOF