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 wellpull/6334/head
parent
16f6a61596
commit
446b9cb335
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue