Merge pull request #6335 from abhinavsinha001/patch-1
Pod priority to be enabled for kubelet
This commit is contained in:
commit
03eb37c54e
|
@ -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