Skip to content

Commit

Permalink
docs: Update documented stability level for spot-to-spot consolidation (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Mar 4, 2024
1 parent 784dec0 commit f703f55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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)
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion website/content/en/docs/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.34/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/content/en/v0.35/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f703f55

Please sign in to comment.