Update content/ja/docs/concepts/overview/components.md

Co-authored-by: atoato88 <akihito-inou@nec.com>
pull/38547/head
ziyi-xie 2022-12-21 12:00:18 +09:00 committed by GitHub
parent ab38df2e86
commit 75b78f8348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Kubernetesをデプロイすると、クラスターが展開されます。
* ノードコントローラー:ノードがダウンした場合の通知と対応を担当します。
* Jobコントローラー単発タスクを表すJobオブジェクトを監視し、そのタスクを実行して完了させるためのPodを作成します。
* エンドポイントスライスコントローラー:エンドポイントスライスオブジェクトを注入します(つまり、ServiceとPodを紐付けます)。
* EndpointSliceコントローラーEndpointSliceオブジェクトを注入します(つまり、ServiceとPodを紐付けます)。
* ServiceAccountコントローラー新規の名前空間に対して、デフォルトのServiceAccountを作成します。
### cloud-controller-manager