From ff37d8c33945b5c369f40baa1884632cfd0d32c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 27 Aug 2025 18:36:35 +0300 Subject: [PATCH] Drop experimental prefix from kubectl wait command --- staging/src/k8s.io/kubectl/pkg/cmd/wait/wait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubectl/pkg/cmd/wait/wait.go b/staging/src/k8s.io/kubectl/pkg/cmd/wait/wait.go index ab37c953f0c..914e073fee5 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/wait/wait.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/wait/wait.go @@ -46,7 +46,7 @@ import ( var ( waitLong = templates.LongDesc(i18n.T(` - Experimental: Wait for a specific condition on one or many resources. + Wait for a specific condition on one or many resources. The command takes multiple resources and waits until the specified condition is seen in the Status field of every given resource.