Comment 1 for bug 1870487

Revision history for this message
Ian Booth (wallyworld) wrote : Re: 'juju run --operator' not available for 'juju run-action'

actions that are for k8s operator charms (you need to turn on the k8s-operators feature flag to use this capability) automatically run actions on the charm pod as there is no separate workload.

But yes, actions currently only run on the workload pod as the expectation was that the semantics would be similar to vm deployments; actions are operations on the workload.

Do we have any use cases that we don't yet satisfy either of the above scenarios?