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 |