From 16a0204771f203c0955a5b24fb2db7f3a8782439 Mon Sep 17 00:00:00 2001 From: Oleg Butuzov Date: Wed, 13 Nov 2019 03:44:11 +0200 Subject: [PATCH] Link to `PodOverhead` conficuration page fix. (#17543) Issue page https://kubernetes.io/docs/concepts/containers/runtime-class/ --- content/en/docs/concepts/containers/runtime-class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/runtime-class.md b/content/en/docs/concepts/containers/runtime-class.md index 188afe5cae..4177d203a4 100644 --- a/content/en/docs/concepts/containers/runtime-class.md +++ b/content/en/docs/concepts/containers/runtime-class.md @@ -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).