Drew Freiberger

Results 6 comments of Drew Freiberger

I'm also running into this issue, and it's as Tom described, I've reinstalled microk8s and something has become detached from listening on port 80/443/whatever the ingress controller tries to work...

[inspection-report-20210709_142658.tar.gz](https://github.com/ubuntu/microk8s/files/6793575/inspection-report-20210709_142658.tar.gz) FYI, for support of 21.04 and later, microk8s inspect should use "ss" and "ip" commands instead of ifconfig and netstat.

I'd like to echo @peppepetra's suggestion for a caching mechanism to allow for an immediate return of a cached report with tunable metrics collection cycles happening in the background. I...

I've got a semi-related issue with regard to this and issue #362. On a juju 2.6.5 model, I'm having trouble with the dispatch fix from #362 after upgrading charm that's...

@erik78se Currently, the pattern is to use the StoredState and check changes of stored state (which you should only update after handling the tasks related to that config state change....

If I'm reading this right, and my new-found understanding of defer/emit/reemit is correct, the problem you have is order of operations. You defer the on_peer_joined, then you trigger on_grafana_relation_joined, which...