Device Plugins: add info about GA graduation

This commit is contained in:
Ed Bartosh 2024-02-15 14:05:35 +02:00
parent 223c898482
commit 878f27cf61
2 changed files with 5 additions and 1 deletions

View File

@ -160,7 +160,7 @@ The general workflow of a device plugin includes the following steps:
The processing of the fully-qualified CDI device names by the Device Manager requires
that the `DevicePluginCDIDevices` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
is enabled for both the kubelet and the kube-apiserver. This was added as an alpha feature in Kubernetes
v1.28 and graduated to beta in v1.29.
v1.28, graduated to beta in v1.29 and to GA in v1.31.
{{< /note >}}
### Handling kubelet restarts

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.29"
toVersion: "1.30"
- stage: stable
defaultValue: true
fromVersion: "1.31"
---
Enable support to CDI device IDs in the