Skip to content

Commit

Permalink
translate admission controller
Browse files Browse the repository at this point in the history
  • Loading branch information
makocchi-git committed Jun 22, 2020
1 parent 7ce33bc commit 396a23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/ja/docs/concepts/containers/runtime-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CRI-Oの[設定に関するドキュメント][100]の詳細は下記を参照
Kubernetes 1.16では、RuntimeClassは`scheduling`フィールドを使ったクラスター内での異なる設定をサポートしています。
このフィールドによって、設定されたRuntimeClassをサポートするノードに対してPodがスケジュールされることを保証できます。
スケジューリングをサポートするためにはRuntimeClass [admission controller][]を有効にしなければなりません。(1.16ではデフォルトです)
スケジューリングをサポートするためにはRuntimeClass [アドミッションコントローラー][]を有効にしなければなりません。(1.16ではデフォルトです)
特定のRuntimeClassをサポートしているノードへPodが配置されることを保証するために、各ノードは`runtimeclass.scheduling.nodeSelector`フィールドによって選択される共通のラベルを持つべきです。
RuntimeClassのnodeSelectorはアドミッション機能によりPodのnodeSelectorに統合され、効率よくノードを選択します。
Expand All @@ -141,7 +141,7 @@ RuntimeClassのnodeSelectorはアドミッション機能によりPodのnodeSele
ノードの選択とtolerationsについての詳細は[ノード上へのPodのスケジューリング](/ja/docs/concepts/configuration/assign-pod-node/)を参照してください。
[admission controller]: /docs/reference/access-authn-authz/admission-controllers/
[アドミッションコントローラー]: /docs/reference/access-authn-authz/admission-controllers/
### Podオーバーヘッド
Expand Down

0 comments on commit 396a23d

Please sign in to comment.