Fix typo: default-manager -> default-scheduler (#18708)

see #18649
pull/18719/head
camper42 2020-01-16 09:38:22 +08:00 committed by Kubernetes Prow Robot
parent 783039fbb0
commit 511ad46af8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ You must manually configure these administrator account and service accounts:
| admin.conf | default-admin | kubernetes-admin | system:masters |
| kubelet.conf | default-auth | system:node:`<nodeName>` (see note) | system:nodes |
| controller-manager.conf | default-controller-manager | system:kube-controller-manager | |
| scheduler.conf | default-manager | system:kube-scheduler | |
| scheduler.conf | default-scheduler | system:kube-scheduler | |
{{< note >}}
The value of `<nodeName>` for `kubelet.conf` **must** match precisely the value of the node name provided by the kubelet as it registers with the apiserver. For further details, read the [Node Authorization](/docs/reference/access-authn-authz/node/).