From 94d043b149b845a4f02f12a3d318df278194d377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BC=C3=A7l=C3=BC?= Date: Tue, 6 May 2025 13:00:14 +0300 Subject: [PATCH] Drop KUBECTL_DEBUG_CUSTOM_PROFILE feature gate entirely --- staging/src/k8s.io/kubectl/pkg/cmd/util/helpers.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/util/helpers.go b/staging/src/k8s.io/kubectl/pkg/cmd/util/helpers.go index b28ddbf4ee1..ebee2924794 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/util/helpers.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/util/helpers.go @@ -430,9 +430,7 @@ const ( OpenAPIV3Patch FeatureGate = "KUBECTL_OPENAPIV3_PATCH" RemoteCommandWebsockets FeatureGate = "KUBECTL_REMOTE_COMMAND_WEBSOCKETS" PortForwardWebsockets FeatureGate = "KUBECTL_PORT_FORWARD_WEBSOCKETS" - // DebugCustomProfile should be dropped in 1.34 - DebugCustomProfile FeatureGate = "KUBECTL_DEBUG_CUSTOM_PROFILE" - KubeRC FeatureGate = "KUBECTL_KUBERC" + KubeRC FeatureGate = "KUBECTL_KUBERC" ) // IsEnabled returns true iff environment variable is set to true.