Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove Drift feature gate setting #6928

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions website/content/en/docs/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

### Feature Gates

Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure drift, spotToSpotConsolidation by setting the CLI argument: `--feature-gates Drift=true,SpotToSpotConsolidation=true`.

| Feature | Default | Stage | Since | Until |
|-------------------------|---------|--------|---------|---------|
| Drift | false | Alpha | v0.21.x | v0.32.x |
| Drift | true | Beta | v0.33.x | |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |
Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure SpotToSpotConsolidation by setting the CLI argument: `--feature-gates SpotToSpotConsolidation=true`.

| Feature | Default | Stage | Since | Until |
|-------------------------|---------|-------|---------|---------|
| Drift | false | Alpha | v0.21.x | v0.32.x |
| Drift | true | Beta | v0.33.x | v1.0.0 |
| Drift | true | GA | v1.0.0 | - |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |

### Batching Parameters

Expand Down
15 changes: 8 additions & 7 deletions website/content/en/preview/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

### Feature Gates

Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure drift, spotToSpotConsolidation by setting the CLI argument: `--feature-gates Drift=true,SpotToSpotConsolidation=true`.

| Feature | Default | Stage | Since | Until |
|-------------------------|---------|--------|---------|---------|
| Drift | false | Alpha | v0.21.x | v0.32.x |
| Drift | true | Beta | v0.33.x | |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |
Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure SpotToSpotConsolidation by setting the CLI argument: `--feature-gates SpotToSpotConsolidation=true`.

| Feature | Default | Stage | Since | Until |
|-------------------------|---------|-------|---------|---------|
| Drift | false | Alpha | v0.21.x | v0.32.x |
| Drift | true | Beta | v0.33.x | v1.0.0 |
| Drift | true | GA | v1.0.0 | - |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |

### Batching Parameters

Expand Down
7 changes: 4 additions & 3 deletions website/content/en/v1.0/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

### Feature Gates

Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure drift, spotToSpotConsolidation by setting the CLI argument: `--feature-gates Drift=true,SpotToSpotConsolidation=true`.
Karpenter uses [feature gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) You can enable the feature gates through the `--feature-gates` CLI environment variable or the `FEATURE_GATES` environment variable in the Karpenter deployment. For example, you can configure SpotToSpotConsolidation by setting the CLI argument: `--feature-gates SpotToSpotConsolidation=true`.

| Feature | Default | Stage | Since | Until |
|-------------------------|---------|-------|---------|---------|
| Drift | false | Alpha | v0.21.x | v0.32.x |
| Drift | true | Beta | v0.33.x | |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |
| Drift | true | Beta | v0.33.x | v1.0.0 |
| Drift | true | GA | v1.0.0 | - |
| SpotToSpotConsolidation | false | Alpha | v0.34.x | |

### Batching Parameters

Expand Down