Link to `PodOverhead` conficuration page fix. (#17543)

Issue page https://kubernetes.io/docs/concepts/containers/runtime-class/
pull/17544/head
Oleg Butuzov 2019-11-13 03:44:11 +02:00 committed by Kubernetes Prow Robot
parent cb5153f1df
commit 16a0204771
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ Nodes](/docs/concepts/configuration/assign-pod-node/).
{{< feature-state for_k8s_version="v1.16" state="alpha" >}}
As of Kubernetes v1.16, RuntimeClass includes support for specifying overhead associated with
running a pod, as part of the [`PodOverhead`](/docs/concepts/configuration/pod-overhead.md) feature.
running a pod, as part of the [`PodOverhead`](/docs/concepts/configuration/pod-overhead/) feature.
To use `PodOverhead`, you must have the PodOverhead [feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
enabled (it is off by default).