Comment 2 for bug 1874910

Revision history for this message
Joseph Borg (joeborg) wrote :

I don't think this is due to version, I think this is due to when

```
juju model-config juju-http-proxy=http://squid.internal:3128 juju-https-proxy=http://squid.internal:3128
```

is run. I don't think juju model-config causes a config-changed, so this can be worked around by causing a containerd config changed.

Will look into how to handle this hook.