From b40144e5f13a452da8232321d74fc917b6c2d80a Mon Sep 17 00:00:00 2001 From: Craig Peters Date: Wed, 29 May 2019 19:38:22 -0700 Subject: [PATCH] Fix reference to features state to beta (#14618) * Fix reference to features state to beta * Update device-plugins.md --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index 50cee718ca..729e421ba5 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -125,8 +125,8 @@ must be mounted as a in the plugin's [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core). -Kubernetes device plugin support is still in alpha. As development continues, its API version can -change in incompatible ways. We recommend that device plugin developers do the following: +Kubernetes device plugin support is in beta. As development continues, its API version can +change. We recommend that device plugin developers do the following: * Watch for changes in future releases. * Support multiple versions of the device plugin API for backward/forward compatibility.