Drop experimental prefix from kubectl wait command

This commit is contained in:
Arda Güçlü
2025-08-27 18:36:35 +03:00
parent 28c8381aa5
commit ff37d8c339

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.