Skip to content

Commit

Permalink
Update content/ja/docs/concepts/overview/components.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyi-xie authored Dec 21, 2022
1 parent 75b78f8 commit 1c7e733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ja/docs/concepts/overview/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Kubernetesをデプロイすると、クラスターが展開されます。

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

### cloud-controller-manager
Expand Down

0 comments on commit 1c7e733

Please sign in to comment.