Fix the status of feature podResource (#16560)

This commit is contained in:
houjun
2019-10-08 11:43:10 +08:00
committed by Kubernetes Prow Robot
parent 46f596fd5b
commit 170161b10e
@@ -154,7 +154,7 @@ ensure the continuous functioning of the device allocations during the upgrade.
## Monitoring Device Plugin Resources ## Monitoring Device Plugin Resources
{{< feature-state for_k8s_version="v1.13" state="alpha" >}} {{< feature-state for_k8s_version="v1.15" state="beta" >}}
In order to monitor resources provided by device plugins, monitoring agents need to be able to In order to monitor resources provided by device plugins, monitoring agents need to be able to
discover the set of devices that are in-use on the node and obtain metadata to describe which discover the set of devices that are in-use on the node and obtain metadata to describe which
@@ -182,7 +182,7 @@ DaemonSet, `/var/lib/kubelet/pod-resources` must be mounted as a
{{< glossary_tooltip term_id="volume" >}} in the plugin's {{< glossary_tooltip term_id="volume" >}} in the plugin's
[PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core). [PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
Support for the "PodResources service" is in beta, and is enabled by default. Support for the "PodResources service" requires `KubeletPodResources` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be enabled. It is enabled by default starting with Kubernetes 1.15.
## Device plugin examples {#examples} ## Device plugin examples {#examples}