mirror of https://github.com/k3s-io/k3s
mark kubectl wait as experimental
parent
b15b18f932
commit
4a180331a9
|
@ -73,7 +73,7 @@ func NewCmdWait(restClientGetter genericclioptions.RESTClientGetter, streams gen
|
|||
cmd := &cobra.Command{
|
||||
Use: "wait resource.group/name [--for=delete|--for condition=available]",
|
||||
DisableFlagsInUseLine: true,
|
||||
Short: "Wait for one condition on one or many resources",
|
||||
Short: "Experimental: Wait for one condition on one or many resources",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
o, err := flags.ToOptions(args)
|
||||
cmdutil.CheckErr(err)
|
||||
|
|
Loading…
Reference in New Issue