bugfix: fix the incorrect translate (#18407)

fix this bug: https://github.com/kubernetes/website/issues/18377
This commit is contained in:
Jinhua Tan 2020-01-02 12:05:40 +08:00 committed by Kubernetes Prow Robot
parent 0b5b5fd6ea
commit dcfd2a5c4b
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ If you specify multiple `nodeSelectorTerms` associated with `nodeAffinity` types
If you specify multiple `matchExpressions` associated with `nodeSelectorTerms`, then the pod can be scheduled onto a node **only if all** `matchExpressions` can be satisfied.
-->
如果你指定了多个与 `nodeSelectorTerms` 关联的 `matchExpressions`,则**如果其中一个** `matchExpressions` 满足的话pod 才可以调度到节点上。
如果你指定了多个与 `nodeSelectorTerms` 关联的 `matchExpressions`,则**只有当所有** `matchExpressions` 满足的话pod 才可以调度到节点上。
<!--
If you remove or change the label of the node where the pod is scheduled, the pod won't be removed. In other words, the affinity selection works only at the time of scheduling the pod.