From 662bca80a8836b28afe7135de38e00d14cd93ff1 Mon Sep 17 00:00:00 2001 From: Jon Kalfayan Date: Fri, 26 Oct 2018 19:36:55 -0700 Subject: [PATCH] use correct link for feature-gates docs --- .../0008-20180430-promote-sysctl-annotations-to-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md index 8966b81867e..325100fd005 100644 --- a/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md +++ b/keps/sig-node/0008-20180430-promote-sysctl-annotations-to-fields.md @@ -160,7 +160,7 @@ With the `Sysctl` feature enabled, both sysctl fields in `Pod` and `PodSecurityP and the whitelist of unsafed sysctls are acknowledged. If disabled, the fields and the whitelist are just ignored. -[1] https://kubernetes.io/docs/reference/feature-gates/ +[1] https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ ## Proposal