Description
Problem
When a reconcilation fails, e. g. due to an imagepullbackoff due to a wrong image tag or missing pull secret, the dashboard is quite useless, as it only shows the deployment and not the pods (old and new).
Solution
The dashboard should also show all the pods and not just the deployment. For the pods it should show the whole yaml to see all the events.
Additional context
For a test deployment I have deliberately broken the image tag reference to get a ImagePullBackOff. So reconciliation fails and the old pod stays active.
Unfortunately Weave GitOps doesn’t tell me that story. It only tells me that reconciliation is in progress and something fails the health check, but in order to see the problem I need to connect to the cluster and use kubectl:
NAME READY STATUS RESTARTS AGE
pod/release-name-nodebrady-5978488bb8-m62gd 1/1 Running 0 11m
pod/release-name-nodebrady-c9897f486-6rmgn 0/1 ImagePullBackOff 0 5m4s
The graph view should also show the pods, because then I would see the old pod still running and the new pod failing to start due to imagepullbackoff.
Clicking on the failing pod I would then also see the reason for the imagepullbackoff:
Warning Failed 17m (x4 over 18m) kubelet Failed to pull image "peter:pan": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/peter:pan": failed to resolve reference "docker.io/library/peter:pan": failed to do request: Head https://registry-1.docker.io/v2/library/peter/manifests/pan: x509: certificate signed by unknown authority