Comment 1 for bug 2007594

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

Looks like the manifests failed to apply once due to a temporary API outage during the deployment. The event was deferred[1], so the charm reprocessed the event later.

There is an early return[2] that prevents manifests from being applied if the config has not changed since the last time it was run. I think that early return prevented a reattempt from occurring.

[1]: https://github.com/charmed-kubernetes/aws-k8s-storage/blob/007f315ba090e3c8f02754c51e4bb87c36afdc9e/src/charm.py#L181-L186
[2]: https://github.com/charmed-kubernetes/aws-k8s-storage/blob/007f315ba090e3c8f02754c51e4bb87c36afdc9e/src/charm.py#L168-L169