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/blog/_posts/2025-09-08-volume-attributes-class-ga/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ This means you can now:
27
27
28
28
There are two major enhancements from beta.
29
29
30
-
### Cancel support from infeasible errors
30
+
### Cancellation support when errors occur
31
31
32
-
To improve resilience and user experience, the GA release introduces explicit cancel support when a requested volume modification becomes infeasible. If the underlying storage system or CSI driver indicates that the requested changes cannot be applied (e.g., due to invalid arguments), users can cancel the operation and revert the volume to its previous stable configuration, preventing the volume from being left in an inconsistent state.
32
+
To improve resilience and user experience, the GA release introduces explicit cancel support when a requested volume modification encounters an error. If the underlying storage system or CSI driver indicates that the requested changes cannot be applied (e.g., due to invalid arguments), users can cancel the operation and revert the volume to its previous stable configuration, preventing the volume from being left in an inconsistent state.
Copy file name to clipboardExpand all lines: content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/KubeletPodResourcesDynamicResources.md
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,20 @@ _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
17
14
18
<!--
15
-
Extend the kubelet's pod resources gRPC endpoint to
16
-
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
17
-
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
18
-
with information about the allocatable resources, enabling clients to properly
0 commit comments