Comment 1 for bug 2021513

Revision history for this message
George Kraft (cynerva) wrote :

Looks like an internal error coming from systemd. Not much we can do to prevent it, but we can make the charm handle it better.

This failed kubectl call occurred in create_kubeconfig. We could perhaps avoid the kubectl call entirely and just render our own kubeconfig via yaml.safe_dump and file writes. That or we have to handle failed kubectl calls and retry appropriately.