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
pull/6334/head
Abhinav Sinha 2017-11-15 18:31:01 +05:30 committed by GitHub
parent 16f6a61596
commit 446b9cb335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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