From 09e2e251a83794eb47ec018c87b2cf949386fe11 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Mon, 21 Aug 2017 18:10:15 -0700 Subject: [PATCH] Set up ENABLE_POD_PRIORITY env for GCE and common.sh --- cluster/common.sh | 1 + cluster/gce/config-default.sh | 6 ++++++ cluster/gce/config-test.sh | 6 ++++++ cluster/gce/configure-vm.sh | 1 + 4 files changed, 14 insertions(+) diff --git a/cluster/common.sh b/cluster/common.sh index 669e520483d..0a65141a923 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -672,6 +672,7 @@ GCE_API_ENDPOINT: $(yaml-quote ${GCE_API_ENDPOINT:-}) PROMETHEUS_TO_SD_ENDPOINT: $(yaml-quote ${PROMETHEUS_TO_SD_ENDPOINT:-}) PROMETHEUS_TO_SD_PREFIX: $(yaml-quote ${PROMETHEUS_TO_SD_PREFIX:-}) ENABLE_PROMETHEUS_TO_SD: $(yaml-quote ${ENABLE_PROMETHEUS_TO_SD:-false}) +ENABLE_POD_PRIORITY: $(yaml-quote ${ENABLE_POD_PRIORITY:-}) EOF if [ -n "${KUBELET_PORT:-}" ]; then cat >>$file <