File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ Nodeアフィニティでは、`In`、`NotIn`、`Exists`、`DoesNotExist`、`Gt`
140
140
141
141
` nodeSelector` と`nodeAffinity`の両方を指定した場合、Podは**両方の**条件を満たすNodeにスケジュールされます。
142
142
143
- ` nodeAffinity` 内で複数の`nodeSelectorTerms`を指定した場合、Podは**全ての **`nodeSelectorTerms`を満たしたNodeへスケジュールされます。
143
+ ` nodeAffinity` 内で複数の`nodeSelectorTerms`を指定した場合、Podは**いずれかの **`nodeSelectorTerms`を満たしたNodeへスケジュールされます。
144
144
145
- ` nodeSelectorTerms` 内で複数の`matchExpressions`を指定した場合にはPodは**いずれかの **`matchExpressions`を満たしたNodeへスケジュールされます。
145
+ ` nodeSelectorTerms` 内で複数の`matchExpressions`を指定した場合にはPodは**全ての **`matchExpressions`を満たしたNodeへスケジュールされます。
146
146
147
147
PodがスケジュールされたNodeのラベルを削除したり変更しても、Podは削除されません。
148
148
言い換えると、アフィニティはPodをスケジュールする際にのみ考慮されます。
You can’t perform that action at this time.
0 commit comments