You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletPodResourcesDynamicResources.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,13 @@ _build:
8
8
stages:
9
9
- stage: alpha
10
10
defaultValue: false
11
-
fromVersion: "1.27"
11
+
fromVersion: "1.27"
12
+
toVersion: "1.33"
13
+
- stage: beta
14
+
defaultValue: true
15
+
fromVersion: "1.34"
12
16
---
13
-
Extend the kubelet's pod resources gRPC endpoint to
14
-
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
15
-
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
16
-
with information about the allocatable resources, enabling clients to properly
Copy file name to clipboardExpand all lines: content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletPodResourcesGet.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ stages:
9
9
- stage: alpha
10
10
defaultValue: false
11
11
fromVersion: "1.27"
12
+
toVersion: "1.33"
13
+
- stage: beta
14
+
defaultValue: true
15
+
fromVersion: "1.34"
12
16
---
13
17
Enable the `Get` gRPC endpoint on kubelet's for Pod resources.
14
18
This API augments the [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources).
0 commit comments