Skip to content

Commit

Permalink
chore: update supported operators in provisioners docs (#4564)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 committed Sep 5, 2023
1 parent a0d721b commit 637c92e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/en/preview/concepts/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ spec:

# Requirements that constrain the parameters of provisioned nodes.
# These requirements are combined with pod.spec.affinity.nodeAffinity rules.
# Operators { In, NotIn } are supported to enable including or excluding values
# Operators { In, NotIn, Exists, DoesNotExist, Gt, and Lt } are supported.
# https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#operators
requirements:
- key: "karpenter.k8s.aws/instance-category"
operator: In
Expand Down

0 comments on commit 637c92e

Please sign in to comment.