Skip to content

Commit bedf5b4

Browse files
authored
Merge pull request #45144 from bart0sh/PR029-Add-CDI-devices-to-device-plugin-API
Device Plugins: add info about GA graduation
2 parents 223c898 + 878f27c commit bedf5b4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The general workflow of a device plugin includes the following steps:
160160
The processing of the fully-qualified CDI device names by the Device Manager requires
161161
that the `DevicePluginCDIDevices` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
162162
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.
164164
{{< /note >}}
165165

166166
### Handling kubelet restarts

content/en/docs/reference/command-line-tools-reference/feature-gates/device-plugin-cdi-devices.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
1620

1721
---
1822
Enable support to CDI device IDs in the

0 commit comments

Comments
 (0)