From 446b9cb33556abb663c02554153e80dfc531d79a Mon Sep 17 00:00:00 2001 From: Abhinav Sinha Date: Wed, 15 Nov 2017 18:31:01 +0530 Subject: [PATCH] Pod priority to be enabled for kubelet The document only mentioned enabling the feature for API and Scheduler but it needs to be enabled for kubelet as well --- docs/concepts/configuration/pod-priority-preemption.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/concepts/configuration/pod-priority-preemption.md b/docs/concepts/configuration/pod-priority-preemption.md index ce30c79c67..fa7dbc54ee 100644 --- a/docs/concepts/configuration/pod-priority-preemption.md +++ b/docs/concepts/configuration/pod-priority-preemption.md @@ -39,8 +39,7 @@ The following sections provide more information about these steps. ## Enabling priority and preemption Pod priority and preemption is disabled by default in Kubernetes 1.8. -To enable the feature, set this command-line flag for the API server -and the scheduler: +To enable the feature, set this command-line flag for the API server,scheduler and kubelet: ``` --feature-gates=PodPriority=true