update kube proxy critical pod annotation comments to reflect reality

Signed-off-by: Vishnu Kannan <vishnuk@google.com>
This commit is contained in:
Vishnu Kannan 2017-01-25 20:41:42 -08:00 committed by Vishnu kannan
parent 6ddb528446
commit f85bbcb78d

View File

@ -38,9 +38,8 @@ kind: Pod
metadata: metadata:
name: kube-proxy name: kube-proxy
namespace: kube-system namespace: kube-system
# This annotation lowers the possibility that kube-proxy gets evicted when the # This annotation ensures that kube-proxy does not get evicted if the node
# node is under memory pressure, and prioritizes it for admission, even if # supports critical pod annotation based priority scheme.
# the node is under memory pressure.
# Note that kube-proxy runs as a static pod so this annotation does NOT have # 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 # any effect on rescheduler (default scheduler and rescheduler are not
# involved in scheduling kube-proxy). # involved in scheduling kube-proxy).