Skip to content

Commit

Permalink
docs: Update spot-to-spot consolidation feature flag to be alpha (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Aug 14, 2024
1 parent 44d4686 commit 43e2341
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
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

0 comments on commit 43e2341

Please sign in to comment.