From ce47ddd5f7fbd8db1e84513ad84e4a8f73496c66 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Wed, 29 May 2019 15:42:06 -0700 Subject: [PATCH] move podresources endpoint to beta --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cf9c8fdf57f36..9c7e97934f31b 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 @@ -164,7 +164,7 @@ DaemonSet, `/var/lib/kubelet/pod-resources` must be mounted as a in the plugin's [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core). -Support for the "PodResources service" is still in alpha. +Support for the "PodResources service" is in beta, and is enabled by default. ## Examples