Skip to content

Commit b33fe00

Browse files
authored
Update assign-pod-node.md
Typos
1 parent 4a2d8b7 commit b33fe00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ The following are all the logical operators that you can use in the `operator` f
632632

633633
The following operators can only be used with `nodeAffinity`.
634634

635-
| Operator | Behaviour |
635+
| Operator | Behavior |
636636
| :------------: | :-------------: |
637637
| `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 |
638638
| `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 |
@@ -646,7 +646,7 @@ are not available for `podAffinity`.
646646

647647
## {{% heading "whatsnext" %}}
648648

649-
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/) .
649+
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
650650
- Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md)
651651
and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md).
652652
- Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level

0 commit comments

Comments
 (0)