Comment 24 for bug 2056193

Revision history for this message
Tom Haddon (mthaddon) wrote :

I don't see "Starting unit workers" in the logs at all. Can you confirm if the way to restart a unit agent on k8s is `kill -9 1`? Having sourced `/etc/profile.d/juju-introspection.sh` I tried the following but it doesn't seem to be available on k8s:
```
# juju_stop_unit httprequest-lego-provider/0 && juju_start_unit httprequest-lego-provider/0
error: stop units for {[httprequest-lego-provider/0]} not supported
error: start units for {[httprequest-lego-provider/0]} not supported
```