Drop experimental prefix from kubectl wait command

Kubernetes-commit: ff37d8c33945b5c369f40baa1884632cfd0d32c5
This commit is contained in:
Arda Güçlü 2025-08-27 18:36:35 +03:00 committed by Kubernetes Publisher
parent a628f84f45
commit 3c19b8deb3
1 changed files with 1 additions and 1 deletions

View File

@ -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.