Skip to content

Commit bec4275

Browse files
committed
Fix feature gates data for v1.34
1 parent 05afda1 commit bec4275

30 files changed

+184
-6
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/AllowParsingUserUIDFromCertAuth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.33"
12+
toVersion: "1.33"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.34"
1216

1317
---
1418
When this feature is enabled, the subject name attribute `1.3.6.1.4.1.57683.2`

content/en/docs/reference/command-line-tools-reference/feature-gates/ComponentSLIs.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.28"
17+
- stage: stable
18+
defaultValue: true
19+
locked: true
20+
fromVersion: "1.29"
21+
toVersion: "1.31"
22+
23+
removed: true
24+
1625
---
1726
Enable the `/metrics/slis` endpoint on Kubernetes components like
1827
kubelet, kube-scheduler, kube-proxy, kube-controller-manager, cloud-controller-manager

content/en/docs/reference/command-line-tools-reference/feature-gates/ConsistentListFromCache.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
20+
1621
---
1722
Enhance Kubernetes API server performance by serving consistent **list** requests
1823
directly from its watch cache, improving scalability and response times.

content/en/docs/reference/command-line-tools-reference/feature-gates/DRAPrioritizedList.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.33"
12+
toVersion: "1.33"
1213
- stage: beta
1314
defaultValue: true
1415
fromVersion: "1.34"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: DRASchedulerFilterTimeout
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.34"
12+
13+
---
14+
Enables aborting the per-node filter operation in the scheduler after a certain
15+
time (10 seconds by default, configurable in the DynamicResources scheduler
16+
plugin configuration).
17+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: DetectCacheInconsistency
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.34"
12+
---
13+
Enable cache inconsistency detection in the API server.

content/en/docs/reference/command-line-tools-reference/feature-gates/DisableAllocatorDualWrite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ stages:
1313
- stage: beta
1414
defaultValue: false
1515
fromVersion: "1.33"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
20+
1621
---
1722
You can enable the `MultiCIDRServiceAllocator` feature gate. The API server supports migration
1823
from the old bitmap ClusterIP allocators to the new IPAddress allocators.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: InOrderInformers
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: true
12+
fromVersion: "1.33"
13+
toVersion: "1.33"
14+
- stage: beta
15+
defaultValue: true
16+
fromVersion: "1.34"
17+
---
18+
Force the informers to deliver watch stream events in order instead of out of order.
19+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: InPlacePodVerticalScalingExclusiveMemory
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.34"
12+
---
13+
Allow resource resize for containers in Guaranteed Pods when the memory manager policy is set to `"Static"`.
14+
Applies only to nodes with `InPlacePodVerticalScaling` and memory manager features enabled.
15+

content/en/docs/reference/command-line-tools-reference/feature-gates/JobPodReplacementPolicy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ stages:
1515
fromVersion: "1.29"
1616
toVersion: "1.33"
1717
- stage: stable
18+
locked: true
1819
defaultValue: true
1920
fromVersion: "1.34"
2021
---

0 commit comments

Comments
 (0)