diff --git a/charts/karpenter/README.md b/charts/karpenter/README.md index f2bc66c634b0..007d71b2bb8f 100644 --- a/charts/karpenter/README.md +++ b/charts/karpenter/README.md @@ -98,7 +98,7 @@ cosign verify public.ecr.aws/karpenter/karpenter:0.35.0 \ | settings.clusterName | string | `""` | Cluster name. | | settings.featureGates | object | `{"drift":true,"spotToSpotConsolidation":false}` | Feature Gate configuration values. Feature Gates will follow the same graduation process and requirements as feature gates in Kubernetes. More information here https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features | | settings.featureGates.drift | bool | `true` | drift is in BETA and is enabled by default. Setting drift to false disables the drift disruption method to watch for drift between currently deployed nodes and the desired state of nodes set in nodepools and nodeclasses | -| settings.featureGates.spotToSpotConsolidation | bool | `false` | spotToSpotConsolidation is disabled by default. Setting this to true will enable spot replacement consolidation for both single and multi-node consolidation. | +| settings.featureGates.spotToSpotConsolidation | bool | `false` | spotToSpotConsolidation is ALPHA and is disabled by default. Setting this to true will enable spot replacement consolidation for both single and multi-node consolidation. | | settings.interruptionQueue | string | `""` | interruptionQueue is disabled if not specified. Enabling interruption handling may require additional permissions on the controller service account. Additional permissions are outlined in the docs. | | settings.isolatedVPC | bool | `false` | If true then assume we can't reach AWS services which don't have a VPC endpoint This also has the effect of disabling look-ups to the AWS pricing endpoint | | settings.reservedENIs | string | `"0"` | Reserved ENIs are not included in the calculations for max-pods or kube-reserved This is most often used in the VPC CNI custom networking setup https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html | @@ -111,5 +111,3 @@ cosign verify public.ecr.aws/karpenter/karpenter:0.35.0 \ | webhook.metrics.port | int | `8001` | The container port to use for webhook metrics. | | webhook.port | int | `8443` | The container port to use for the webhook. | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0) diff --git a/charts/karpenter/values.yaml b/charts/karpenter/values.yaml index c9ee81887887..a57eb8fdeaeb 100644 --- a/charts/karpenter/values.yaml +++ b/charts/karpenter/values.yaml @@ -202,6 +202,6 @@ settings: # Setting drift to false disables the drift disruption method to watch for drift between currently deployed nodes # and the desired state of nodes set in nodepools and nodeclasses drift: true - # -- spotToSpotConsolidation is disabled by default. + # -- spotToSpotConsolidation is ALPHA and is disabled by default. # Setting this to true will enable spot replacement consolidation for both single and multi-node consolidation. spotToSpotConsolidation: false diff --git a/website/content/en/docs/reference/settings.md b/website/content/en/docs/reference/settings.md index ed828351a181..9377841178e5 100644 --- a/website/content/en/docs/reference/settings.md +++ b/website/content/en/docs/reference/settings.md @@ -47,7 +47,7 @@ Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line |-------------------------|---------|-------|---------|---------| | Drift | false | Alpha | v0.21.x | v0.32.x | | Drift | true | Beta | v0.33.x | | -| SpotToSpotConsolidation | false | Beta | v0.34.x | | +| SpotToSpotConsolidation | false | Alpha | v0.34.x | | ### Batching Parameters diff --git a/website/content/en/v0.34/reference/settings.md b/website/content/en/v0.34/reference/settings.md index 4150586483ea..c7dbc250391f 100644 --- a/website/content/en/v0.34/reference/settings.md +++ b/website/content/en/v0.34/reference/settings.md @@ -47,7 +47,7 @@ Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line |-------------------------|---------|-------|---------|---------| | Drift | false | Alpha | v0.21.x | v0.32.x | | Drift | true | Beta | v0.33.x | | -| SpotToSpotConsolidation | false | Beta | v0.34.x | | +| SpotToSpotConsolidation | false | Alpha | v0.34.x | | ### Batching Parameters diff --git a/website/content/en/v0.35/reference/settings.md b/website/content/en/v0.35/reference/settings.md index 4150586483ea..c7dbc250391f 100644 --- a/website/content/en/v0.35/reference/settings.md +++ b/website/content/en/v0.35/reference/settings.md @@ -47,7 +47,7 @@ Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line |-------------------------|---------|-------|---------|---------| | Drift | false | Alpha | v0.21.x | v0.32.x | | Drift | true | Beta | v0.33.x | | -| SpotToSpotConsolidation | false | Beta | v0.34.x | | +| SpotToSpotConsolidation | false | Alpha | v0.34.x | | ### Batching Parameters