From 2cbe140afcf9474b61c943e639a00ca74dd06a80 Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Wed, 5 Mar 2025 14:03:04 -0800 Subject: [PATCH] docs: note feature gate for capacity reservations --- website/content/en/docs/concepts/nodeclasses.md | 2 ++ website/content/en/preview/concepts/nodeclasses.md | 2 ++ website/content/en/v1.3/concepts/nodeclasses.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/website/content/en/docs/concepts/nodeclasses.md b/website/content/en/docs/concepts/nodeclasses.md index 6a069668b99b..21471c52f0b5 100644 --- a/website/content/en/docs/concepts/nodeclasses.md +++ b/website/content/en/docs/concepts/nodeclasses.md @@ -867,6 +867,8 @@ Specify using ids: ## spec.capacityReservationSelectorTerms + Feature State: [Alpha]({{}}) + Capacity Reservation Selector Terms allow you to select [on-demand capacity reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html), which will be made available to NodePools which select the given EC2NodeClass. Karpenter will prioritize utilizing the capacity in these reservations before falling back to on-demand and spot. Capacity reservations can be discovered using ids or tags. diff --git a/website/content/en/preview/concepts/nodeclasses.md b/website/content/en/preview/concepts/nodeclasses.md index f46963d181c0..c980eb45480a 100644 --- a/website/content/en/preview/concepts/nodeclasses.md +++ b/website/content/en/preview/concepts/nodeclasses.md @@ -867,6 +867,8 @@ Specify using ids: ## spec.capacityReservationSelectorTerms + Feature State: [Alpha]({{}}) + Capacity Reservation Selector Terms allow you to select [on-demand capacity reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html), which will be made available to NodePools which select the given EC2NodeClass. Karpenter will prioritize utilizing the capacity in these reservations before falling back to on-demand and spot. Capacity reservations can be discovered using ids or tags. diff --git a/website/content/en/v1.3/concepts/nodeclasses.md b/website/content/en/v1.3/concepts/nodeclasses.md index 6a069668b99b..21471c52f0b5 100644 --- a/website/content/en/v1.3/concepts/nodeclasses.md +++ b/website/content/en/v1.3/concepts/nodeclasses.md @@ -867,6 +867,8 @@ Specify using ids: ## spec.capacityReservationSelectorTerms + Feature State: [Alpha]({{}}) + Capacity Reservation Selector Terms allow you to select [on-demand capacity reservations](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html), which will be made available to NodePools which select the given EC2NodeClass. Karpenter will prioritize utilizing the capacity in these reservations before falling back to on-demand and spot. Capacity reservations can be discovered using ids or tags.