canonical / nginx-ingress-integrator-operator

nginx-ingress-integrator-operator - charm repository.
Apache License 2.0
1 stars 8 forks source link

Documentation mentions describe-ingresses action but it was removed from the charm #157

Open verterok opened 2 months ago

verterok commented 2 months ago

Bug Description

The charm documentation mentions describe-ingresses action as a way to "Inspect the ingress configuration" but it is no longer available.

To Reproduce

  1. deploy the charm
  2. 
    $ juju run nginx-ingress-integrator-server/0 describe-ingresses

Operation 107 failed to schedule any tasks: action "describe-ingresses" not defined on unit "nginx-ingress-integrator-server/0"


### Environment

Managed k8s cluster in PS6, no access to kubectl only juju.
deployed charm revision: 109 from latest/edge

### Relevant log output

```shell
action "describe-ingresses" not defined on unit "nginx-ingress-integrator-server/0"

Additional context

No response