Skip to content

Commit 724a006

Browse files
naqeebghaziTim Bannister
andauthored
Update content/en/docs/concepts/scheduling-eviction/assign-pod-node.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 82c6a0c commit 724a006

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
@@ -634,8 +634,8 @@ The following operators can only be used with `nodeAffinity`.
634634

635635
| Operator | Behaviour |
636636
| :------------: | :-------------: |
637-
| `Gt` | The supplied 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 |
638-
| `Lt` | The supplied 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 |
637+
| `Gt` | The field value will be parsed as an integer, and that integer is less than or equal to the integer that results from parsing the value of a label named by this selector |
638+
| `Lt` | The field value will be parsed as an integer, and that integer is greater than or equal to the integer that results from parsing the value of a label named by this selector |
639639

640640

641641
{{<note>}}

0 commit comments

Comments
 (0)