Skip to content

Commit 53b5536

Browse files
committed
node: dra: podresources: KEP-3695 Beta in 1.34
document feature gate changes Signed-off-by: Francesco Romani <[email protected]>
1 parent f14c309 commit 53b5536

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ _build:
88
stages:
99
- stage: alpha
1010
defaultValue: false
11-
fromVersion: "1.27"
11+
fromVersion: "1.27"
12+
toVersion: "1.33"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.34"
1216
---
1317
Extend the kubelet's pod resources gRPC endpoint to
1418
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.

content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletPodResourcesGet.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.27"
12+
toVersion: "1.33"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.34"
1216
---
1317
Enable the `Get` gRPC endpoint on kubelet's for Pod resources.
1418
This API augments the [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources).

0 commit comments

Comments
 (0)