From 9553e228f46c142c7805797c8ce1b8d883de28ae Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 20 Jun 2023 09:31:30 +0200 Subject: [PATCH] KEP-127: Fix user namespaces feature gate name The actual feature gate name is `UserNamespacesStatelessPodsSupport`, which should be reflected in the KEP as well. Signed-off-by: Sascha Grunert --- keps/sig-node/127-user-namespaces/README.md | 2 +- keps/sig-node/127-user-namespaces/kep.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keps/sig-node/127-user-namespaces/README.md b/keps/sig-node/127-user-namespaces/README.md index d00d3395a1c..3899788d1f6 100644 --- a/keps/sig-node/127-user-namespaces/README.md +++ b/keps/sig-node/127-user-namespaces/README.md @@ -678,7 +678,7 @@ well as the [existing list] of feature gates. --> - [x] Feature gate (also fill in values in `kep.yaml`) - - Feature gate name: UserNamespacesSupport + - Feature gate name: UserNamespacesStatelessPodsSupport - Components depending on the feature gate: kubelet, kube-apiserver ###### Does enabling the feature change any default behavior? diff --git a/keps/sig-node/127-user-namespaces/kep.yaml b/keps/sig-node/127-user-namespaces/kep.yaml index 7b7b56c649a..55ca33daff2 100644 --- a/keps/sig-node/127-user-namespaces/kep.yaml +++ b/keps/sig-node/127-user-namespaces/kep.yaml @@ -21,7 +21,7 @@ milestone: alpha: "v1.25" feature-gates: - - name: UserNamespacesSupport + - name: UserNamespacesStatelessPodsSupport components: - kubelet - kube-apiserver