Skip to content

docs: fix minValues description text to match YAML example#8999

Open
moko-poi wants to merge 1 commit intoaws:mainfrom
moko-poi:fix/docs-min-values-text-mismatch
Open

docs: fix minValues description text to match YAML example#8999
moko-poi wants to merge 1 commit intoaws:mainfrom
moko-poi:fix/docs-min-values-text-mismatch

Conversation

@moko-poi
Copy link
Copy Markdown
Contributor

@moko-poi moko-poi commented Mar 5, 2026

Summary

  • Fix description text in the minValues section of NodePool docs that incorrectly referred to instance-category values [c,m,r] as "instance families" — they are "instance categories"
  • Fix grammar: "is required" → "are required" (plural subject)

Fixes kubernetes-sigs/karpenter#2548

Details

The YAML example uses karpenter.k8s.aws/instance-category with values ["c", "m", "r"] and minValues: 2, but the description text said "2 unique instance families from [c,m,r]". This is incorrect — [c, m, r] are instance categories, not families. Instance families (e.g., "m5", "c5") are handled by the separate karpenter.k8s.aws/instance-family requirement.

Test plan

  • Verify the corrected text matches each YAML key:
    • instance-category [c,m,r] minValues:2 → "2 unique instance categories"
    • instance-family minValues:5 → "5 unique instance families"
    • instance-type minValues:10 → "10 unique instance types"

@moko-poi moko-poi requested a review from a team as a code owner March 5, 2026 03:08
@moko-poi moko-poi requested a review from jigisha620 March 5, 2026 03:08
The description text for the minValues section incorrectly referred to
instance-category values [c,m,r] as "instance families" when they are
actually "instance categories". Also fixed "is required" to "are required"
for grammatical correctness.

Fixes kubernetes-sigs/karpenter#2548
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: example does not match text

1 participant