Device Plugins: add info about GA graduation
This commit is contained in:
parent
223c898482
commit
878f27cf61
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue