From 3c19b8deb31a4681a49fd03ad1ab507629029456 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 Kubernetes-commit: ff37d8c33945b5c369f40baa1884632cfd0d32c5 --- pkg/cmd/wait/wait.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/wait/wait.go b/pkg/cmd/wait/wait.go index ab37c953f..914e073fe 100644 --- a/pkg/cmd/wait/wait.go +++ b/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.