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
commit 03eb37c54e
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
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