Accept a --run-on
flag
#6185
Labels
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
Milestone
/kind feature
Which functionality do you think we should add?
odo
should accept arun-on
flag generically, in the same way it accepts a-o
flag.The value of the flag can be either
cluster
orpodman
The value of the flag should be passed in the
ctx
received by Run (and make Complete and Validate receive thisctx
too).Why is this needed?
The generic code (
genericlioptions.GenericRun
) needs to know the targeted platform to inject the correct package (podman of kubernetes) during dependency injection.Part of #6151
The text was updated successfully, but these errors were encountered: