Skip to content

Commit

Permalink
docs: Add note about using the reserved capacity type (#7859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Mar 7, 2025
1 parent 83cb37a commit 62f49f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/content/en/docs/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
{{% /alert %}}

* `karpenter_ignored_pod_count` alpha metric had its name changed to `karpenter_scheduler_ignored_pod_count`
* With the `ReservedCapacity` feature flag, Karpenter introduces a new `karpenter.sh/capacity-type` value (`reserved`). This means any applications that explicitly select on `on-demand` with a `nodeSelector` and want to utilize ODCR capacity may need to update their requirements to use `nodeAffinity` to opt-in to using both `reserved` and `on-demand` capacity.

### Upgrading to `1.2.0`+

Expand Down
1 change: 1 addition & 0 deletions website/content/en/preview/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
{{% /alert %}}

* `karpenter_ignored_pod_count` alpha metric had its name changed to `karpenter_scheduler_ignored_pod_count`
* With the `ReservedCapacity` feature flag, Karpenter introduces a new `karpenter.sh/capacity-type` value (`reserved`). This means any applications that explicitly select on `on-demand` with a `nodeSelector` and want to utilize ODCR capacity may need to update their requirements to use `nodeAffinity` to opt-in to using both `reserved` and `on-demand` capacity.

### Upgrading to `1.2.0`+

Expand Down
1 change: 1 addition & 0 deletions website/content/en/v1.3/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
{{% /alert %}}

* `karpenter_ignored_pod_count` alpha metric had its name changed to `karpenter_scheduler_ignored_pod_count`
* With the `ReservedCapacity` feature flag, Karpenter introduces a new `karpenter.sh/capacity-type` value (`reserved`). This means any applications that explicitly select on `on-demand` with a `nodeSelector` and want to utilize ODCR capacity may need to update their requirements to use `nodeAffinity` to opt-in to using both `reserved` and `on-demand` capacity.

### Upgrading to `1.2.0`+

Expand Down

0 comments on commit 62f49f3

Please sign in to comment.