From dcfd2a5c4b70467717bb69982d88983e5713987c Mon Sep 17 00:00:00 2001 From: Jinhua Tan <312841925@qq.com> Date: Thu, 2 Jan 2020 12:05:40 +0800 Subject: [PATCH] bugfix: fix the incorrect translate (#18407) fix this bug: https://github.com/kubernetes/website/issues/18377 --- content/zh/docs/concepts/configuration/assign-pod-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/configuration/assign-pod-node.md b/content/zh/docs/concepts/configuration/assign-pod-node.md index a566d55deb..f81cab7062 100644 --- a/content/zh/docs/concepts/configuration/assign-pod-node.md +++ b/content/zh/docs/concepts/configuration/assign-pod-node.md @@ -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 才会可以调度到节点上。