From 138f347175a0b25d4a4b2053e619222ec5368dc4 Mon Sep 17 00:00:00 2001 From: carlory Date: Tue, 29 Apr 2025 16:15:41 +0800 Subject: [PATCH] Update UserNamespaceSupport feature gate name Kubernetes-commit: a56378d9fcb936a52a98e7ddbf1c3749db5d4b20 --- config/v1beta1/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v1beta1/types.go b/config/v1beta1/types.go index 474c5c0..eb79f71 100644 --- a/config/v1beta1/types.go +++ b/config/v1beta1/types.go @@ -923,7 +923,7 @@ type KubeletConfiguration struct { FailCgroupV1 *bool `json:"failCgroupV1,omitempty"` // UserNamespaces contains User Namespace configurations. - // +featureGate=UserNamespaceSupport + // +featureGate=UserNamespacesSupport // +optional UserNamespaces *UserNamespaces `json:"userNamespaces,omitempty"` } @@ -1131,7 +1131,7 @@ type UserNamespaces struct { // Changing the value may require recreating all containers on the node. // // Default: 65536 - // +featureGate=UserNamespaceSupport + // +featureGate=UserNamespacesSupport // +optional IDsPerPod *int64 `json:"idsPerPod,omitempty"` }