Merge pull request #6335 from abhinavsinha001/patch-1

Pod priority to be enabled for kubelet
This commit is contained in:
Qiming
2017-11-23 21:51:21 +08:00
committed by GitHub
@@ -39,8 +39,7 @@ The following sections provide more information about these steps.
## Enabling priority and preemption ## Enabling priority and preemption
Pod priority and preemption is disabled by default in Kubernetes 1.8. 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 To enable the feature, set this command-line flag for the API server, scheduler and kubelet:
and the scheduler:
``` ```
--feature-gates=PodPriority=true --feature-gates=PodPriority=true