Skip to content

Commit

Permalink
Fix typo: default-manager -> default-scheduler (kubernetes#18709)
Browse files Browse the repository at this point in the history
  • Loading branch information
camper42 authored and wawa0210 committed Mar 2, 2020
1 parent 77ac9a0 commit ef33241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ko/docs/setup/best-practices/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ kubeadm 사용자만 해당:
| admin.conf | default-admin | kubernetes-admin | system:masters |
| kubelet.conf | default-auth | system:node:`<nodeName>` (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 >}}
`kubelet.conf`을 위한 `<nodeName>`값은 API 서버에 등록된 것처럼 kubelet에 제공되는 노드 이름 값과 **반드시** 정확히 일치해야 한다. 더 자세한 내용은 [노드 인증](/docs/reference/access-authn-authz/node/)을 살펴보자.
Expand Down

0 comments on commit ef33241

Please sign in to comment.