We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e110f commit 1836f37Copy full SHA for 1836f37
pkg/cmd/flags.go
@@ -89,7 +89,7 @@ func (ws *waitValue) Set(s string) error {
89
*ws = waitValue(kube.StatusWatcherStrategy)
90
return nil
91
case "false":
92
- slog.Warn("--wait=false is deprecated (boolean value) and can be replaced by omitting the --wait flag")
+ slog.Warn("--wait=false is deprecated (boolean value) and can be replaced with --wait=hookOnly")
93
*ws = waitValue(kube.HookOnlyStrategy)
94
95
default:
0 commit comments