File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
concepts/extend-kubernetes/compute-storage-net
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ The general workflow of a device plugin includes the following steps:
160
160
The processing of the fully-qualified CDI device names by the Device Manager requires
161
161
that the ` DevicePluginCDIDevices ` [ feature gate] ( /docs/reference/command-line-tools-reference/feature-gates/ )
162
162
is enabled for both the kubelet and the kube-apiserver. This was added as an alpha feature in Kubernetes
163
- v1.28 and graduated to beta in v1.29.
163
+ v1.28, graduated to beta in v1.29 and to GA in v1.31 .
164
164
{{< /note >}}
165
165
166
166
### Handling kubelet restarts
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.29"
16
+ toVersion : " 1.30"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.31"
16
20
17
21
---
18
22
Enable support to CDI device IDs in the
You can’t perform that action at this time.
0 commit comments