Merge pull request #27249 from bharath-123/fix-node-docs

Explicitly specify kubernetes system daemons in doc
This commit is contained in:
Kubernetes Prow Robot 2021-03-27 03:00:43 -07:00 committed by GitHub
commit d2df5edeff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ In addition to `cpu`, `memory`, and `ephemeral-storage`, `pid` may be
specified to reserve the specified number of process IDs for
kubernetes system daemons.
To optionally enforce `kube-reserved` on system daemons, specify the parent
To optionally enforce `kube-reserved` on kubernetes system daemons, specify the parent
control group for kube daemons as the value for `--kube-reserved-cgroup` kubelet
flag.