Skip to content

Commit

Permalink
Update provisioner-crd.md
Browse files Browse the repository at this point in the history
Fix instance type requirement key
  • Loading branch information
ivallhon authored Oct 25, 2021
1 parent dbfc914 commit cf4a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/provisioner-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
# These requirements are combined with pod.spec.affinity.nodeAffinity rules.
# Operators { In, NotIn } are supported to enable including or excluding values
requirements:
- key: "kubernetes.io/instance-type" # If not included, all instance types are considered
- key: "node.kubernetes.io/instance-type" # If not included, all instance types are considered
operator: In
values: ["m5.large", "m5.2xlarge"]
- key: "topology.kubernetes.io/zone" # If not included, all zones are considered
Expand Down

0 comments on commit cf4a035

Please sign in to comment.