Hello,
I have a VM that has a couple of errors while doing the upgrade:
Error from server (BadRequest): container "kotsadm" in pod "kotsadm-0" is waiting to start: PodInitializing
or
Error from server (BadRequest): container "restore-db" in pod "kotsadm-57bd644c6f-f2ngx" is waiting to start: PodInitializing
Also, in coredns logs I see the following errors
failed to connect to postgres: failed to connect to postgres: failed to connect to `host=kotsadm-postgres user=kotsadm database=kotsadm`: hostname resolving error (lookup kotsadm-postgres on 10.100.0.10:53: dial udp 10.100.0.10:53: i/o timeout)
Error: failed to connect to postgres: failed to connect to postgres: failed to connect to `host=kotsadm-postgres user=kotsadm database=kotsadm`: hostname resolving error (lookup kotsadm-postgres on 10.100.0.10:53: dial udp 10.100.0.10:53: i/o timeout)
What could be causing these issues?