From f85bbcb78d0e6bff2959bb47c5d516bfa76d323c Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Wed, 25 Jan 2017 20:41:42 -0800 Subject: [PATCH] update kube proxy critical pod annotation comments to reflect reality Signed-off-by: Vishnu Kannan --- cluster/saltbase/salt/kube-proxy/kube-proxy.manifest | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cluster/saltbase/salt/kube-proxy/kube-proxy.manifest b/cluster/saltbase/salt/kube-proxy/kube-proxy.manifest index 43c251f156f..af43473c6da 100644 --- a/cluster/saltbase/salt/kube-proxy/kube-proxy.manifest +++ b/cluster/saltbase/salt/kube-proxy/kube-proxy.manifest @@ -38,9 +38,8 @@ kind: Pod metadata: name: kube-proxy namespace: kube-system - # This annotation lowers the possibility that kube-proxy gets evicted when the - # node is under memory pressure, and prioritizes it for admission, even if - # the node is under memory pressure. + # This annotation ensures that kube-proxy does not get evicted if the node + # supports critical pod annotation based priority scheme. # Note that kube-proxy runs as a static pod so this annotation does NOT have # any effect on rescheduler (default scheduler and rescheduler are not # involved in scheduling kube-proxy).