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.
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/007f315ba0 90e3c8f02754c51 e4bb87c36afdc9e /src/charm. py#L181- L186 /github. com/charmed- kubernetes/ aws-k8s- storage/ blob/007f315ba0 90e3c8f02754c51 e4bb87c36afdc9e /src/charm. py#L168- L169
[2]: https:/