You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1111,7 +1111,7 @@ The following operators can only be used with `nodeAffinity`.
1111
1111
以下操作符只能与 `nodeAffinity` 一起使用。
1112
1112
1113
1113
<!--
1114
-
| Operator | Behaviour |
1114
+
| Operator | Behavior |
1115
1115
| :------------: | :-------------: |
1116
1116
| `Gt` | The field value will be parsed as an integer, and that integer is less than the integer that results from parsing the value of a label named by this selector |
1117
1117
| `Lt` | The field value will be parsed as an integer, and that integer is greater than the integer that results from parsing the value of a label named by this selector |
@@ -1135,7 +1135,7 @@ are not available for `podAffinity`.
1135
1135
## {{% heading "whatsnext" %}}
1136
1136
1137
1137
<!--
1138
-
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
1138
+
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
1139
1139
- Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md)
1140
1140
and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md).
1141
1141
- Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level
0 commit comments