Skip to content

Commit

Permalink
removed lt and gt as operators (#4152)
Browse files Browse the repository at this point in the history
* removed lt and gt as operators

* replace lt and gt for node-affinfity

* updated based on bsalamat review
  • Loading branch information
mburke5678 authored and chenopis committed Jun 22, 2017
1 parent f4dcee7 commit 83474c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/configuration/assign-pod-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ label having key "security" and value "S2".) See the [design doc](https://github
for many more examples of pod affinity and anti-affinity, both the `requiredDuringSchedulingIgnoredDuringExecution`
flavor and the `preferredDuringSchedulingIgnoredDuringExecution` flavor.

As with node affinity, the legal operators for pod affinity and anti-affinity are `In`, `NotIn`, `Exists`, `DoesNotExist`, `Gt`, `Lt`.
The legal operators for pod affinity and anti-affinity are `In`, `NotIn`, `Exists`, `DoesNotExist`.

In principle, the `topologyKey` can be any legal label value. However,
for performance reasons, only a limited set of topology keys are allowed.
Expand Down

0 comments on commit 83474c0

Please sign in to comment.