From b33fe00fcefe1d0b67d5fd5c1729e01fc03e0447 Mon Sep 17 00:00:00 2001 From: Tasos Tsournos <48796551+anavalo@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:18:51 +0300 Subject: [PATCH] Update assign-pod-node.md Typos --- .../en/docs/concepts/scheduling-eviction/assign-pod-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md b/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md index 289d62b120..50e1bbafa9 100644 --- a/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md +++ b/content/en/docs/concepts/scheduling-eviction/assign-pod-node.md @@ -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`. -| 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 | | `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" %}} -- 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) 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