Comment 2 for bug 1915042

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

> error: cannot exec into a container in a completed pod; current phase is Succeeded

Looks like the validate-dns pod exited early. Most likely it failed to apt update and apt install[1].

I need logs from the validate-dns pod. Unfortunately, those logs are not in the crashdump because test_dns_provider removed the pod in a finally clause[2].

I'll see if I can repro locally.

[1]: https://github.com/charmed-kubernetes/jenkins/blob/c7b59b7ae8c723d0f415f2afc6627018e50527fa/jobs/integration/templates/validate-dns-spec.yaml#L11
[2]: https://github.com/charmed-kubernetes/jenkins/blob/c7b59b7ae8c723d0f415f2afc6627018e50527fa/jobs/integration/validation.py#L1821-L1826