Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie McBride committed Dec 2, 2024
1 parent 2f0c9ba commit 8d586b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/v1beta1/general-purpose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
disruption:
expireAfter: Never
# Optional: Uncomment if you want to put a cap on the max resources available for provisioning
# Optional: Uncomment if you want to put a cap on the max resources available for provisioning
# limits:
# cpu: "30"
template:
Expand Down Expand Up @@ -37,7 +37,7 @@ spec:
operator: In
values: [D]
# Optional: Uncomment if you want to add a restriction on max sku cpus.
# Useful for ensuring karpneter provisions multiple nodes for feature testing.
# Useful for ensuring karpneter provisions multiple nodes for feature testing.
# - key: karpenter.azure.com/sku-cpu
# operator: Lt
# values: ["3"]
Expand Down

0 comments on commit 8d586b5

Please sign in to comment.