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: Update spot-to-spot consolidation feature flag to be alpha #6758

Merged
merged 1 commit into from
Aug 14, 2024
Merged
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
10 changes: 5 additions & 5 deletions website/content/en/docs/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

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 | Beta | v0.34.x | |
| 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 | |

### Batching Parameters

Expand Down
10 changes: 5 additions & 5 deletions website/content/en/preview/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

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 | Beta | v0.34.x | |
| 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 | |

### Batching Parameters

Expand Down
10 changes: 5 additions & 5 deletions website/content/en/v0.36/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

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 | Beta | v0.34.x | |
| 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 | |

### Batching Parameters

Expand Down
10 changes: 5 additions & 5 deletions website/content/en/v0.37/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Karpenter surfaces environment variables and CLI parameters to allow you to conf

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 | Beta | v0.34.x | |
| 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 | |

### Batching Parameters

Expand Down
Loading