Comment 0 for bug 1870487

Revision history for this message
John A Meinel (jameinel) wrote : 'juju run --operator' only available with juju-v3 set

At least as far as I can tell, you can't do:

  juju run-action --operator

You have to do:

  export JUJU_DEV_FEATURE_FLAG=juju-v3
  juju run --operator

I don't think there is any reason to not allow executing an action in the operator pod with --operator, and v3 should be used just because of the name of run-action => run.