What happened:
Running kubectl kudo plan trigger <planName> --instance=<instanceName> fails with Error: please choose the plan name with '--name=<planName>'.
What you expected to happen:
Trigger the plan.
How to reproduce it (as minimally and precisely as possible):
As above.
Anything else we need to know?:
This is incorrectly documented here - https://kudo.dev/docs/cli/commands.html#plan-trigger
Running kubectl kudo plan trigger --name=<planName> --instance=<instanceName> works as expected.
What happened: Running
kubectl kudo plan trigger <planName> --instance=<instanceName>
fails withError: please choose the plan name with '--name=<planName>'
.What you expected to happen: Trigger the plan.
How to reproduce it (as minimally and precisely as possible): As above.
Anything else we need to know?: This is incorrectly documented here - https://kudo.dev/docs/cli/commands.html#plan-trigger Running
kubectl kudo plan trigger --name=<planName> --instance=<instanceName>
works as expected.Environment:
kubectl version
): Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.5", GitCommit:"6b1d87acf3c8253c123756b9e61dac642678305f", GitTreeState:"clean", BuildDate:"2021-03-18T01:10:43Z", GoVersion:"go1.15.8", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.6", GitCommit:"c7c4f6ce84bf8535a782b67465807651a4bd649b", GitTreeState:"clean", BuildDate:"2021-01-18T09:49:05Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}kubectl kudo version
): KUDO Version: version.Info{GitVersion:"0.17.2", GitCommit:"d902714c", BuildDate:"2020-11-16T20:34:11Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64", KubernetesClientVersion:"v0.19.2"}uname -a
): n/a