Skip to content

Commit 9553e22

Browse files
committed
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 <[email protected]>
1 parent 308ba8d commit 9553e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keps/sig-node/127-user-namespaces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ well as the [existing list] of feature gates.
678678
-->
679679

680680
- [x] Feature gate (also fill in values in `kep.yaml`)
681-
- Feature gate name: UserNamespacesSupport
681+
- Feature gate name: UserNamespacesStatelessPodsSupport
682682
- Components depending on the feature gate: kubelet, kube-apiserver
683683

684684
###### Does enabling the feature change any default behavior?

keps/sig-node/127-user-namespaces/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ milestone:
2121
alpha: "v1.25"
2222

2323
feature-gates:
24-
- name: UserNamespacesSupport
24+
- name: UserNamespacesStatelessPodsSupport
2525
components:
2626
- kubelet
2727
- kube-apiserver

0 commit comments

Comments
 (0)