> 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].
> 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/c7b59b7ae8 c723d0f415f2afc 6627018e50527fa /jobs/integrati on/templates/ validate- dns-spec. yaml#L11 /github. com/charmed- kubernetes/ jenkins/ blob/c7b59b7ae8 c723d0f415f2afc 6627018e50527fa /jobs/integrati on/validation. py#L1821- L1826
[2]: https:/