Update assign-pod-node.md

Typos
pull/47119/head
Tasos Tsournos 2024-07-09 10:18:51 +03:00 committed by GitHub
parent 4a2d8b74c3
commit b33fe00fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -632,7 +632,7 @@ The following are all the logical operators that you can use in the `operator` f
The following operators can only be used with `nodeAffinity`. The following operators can only be used with `nodeAffinity`.
| Operator | Behaviour | | Operator | Behavior |
| :------------: | :-------------: | | :------------: | :-------------: |
| `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 | | `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 |
| `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 | | `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`.
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/) . - Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
- Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md) - Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md)
and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md). and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md).
- Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level - Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level