Test dns provider fails to exec into pod
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
Triaged
|
High
|
Unassigned |
Bug Description
Running k8s ontop of vsphere, using calico as the CNI.
The test reports:
2021-02-06 19:10:36.256252 Traceback (most recent call last):
2021-02-06 19:10:36.256261 File "/home/
2021-02-06 19:10:36.256270 await verify_
2021-02-06 19:10:36.256279 File "/home/
2021-02-06 19:10:36.256288 await kubectl(model, f"exec validate-dns -- host {name}")
2021-02-06 19:10:36.256297 File "/home/
2021-02-06 19:10:36.256307 return await juju_run(
2021-02-06 19:10:36.256315 File "/home/
2021-02-06 19:10:36.256324 raise JujuRunError(cmd, result)
2021-02-06 19:10:36.256333 integration.
2021-02-06 19:10:36.256342
2021-02-06 19:10:36.256351 error: cannot exec into a container in a completed pod; current phase is Succeeded
It also fails to clean up the k8s model during the post deployment:
2021-02-06 19:09:49.213744 FAILEDCleaning up k8s model
2021-02-06 19:09:49.303620 Disconnecting k8s model
2021-02-06 19:09:49.308088 Destroying k8s model
2021-02-06 19:10:35.972318 Removing k8s cloud
The last pass for this test, on our vsphere cluster was friday, 5th of feburary. after switching to rocks by setting the "caas-image-repo" in our model config.
The testrun can be found at: https:/
with logs at: https:/
Changed in charmed-kubernetes-testing: | |
status: | Incomplete → New |
Sub'd to field high, this is blocking solutions QA release testing