Merge pull request #133731 from ardaguclu/wait-cmd-stable

Drop experimental prefix from kubectl wait command

Kubernetes-commit: 9096fcefe52d347827ac358bd8e520367c5e8fe5
This commit is contained in:
Kubernetes Publisher 2025-08-27 20:24:49 -07:00
commit 74f9adbfa6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import (
var ( var (
waitLong = templates.LongDesc(i18n.T(` 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 The command takes multiple resources and waits until the specified condition
is seen in the Status field of every given resource. is seen in the Status field of every given resource.