Comment 5 for bug 1970645

Revision history for this message
Thales Elero Cervi (tcervi) wrote (last edit ):

From the attached logs I can see more than one stx-openstack reapply failing, one fails waiting the mariadb-ingress pod and the other fails waiting the openstack-ingress:

2022-04-27 15:49:10.199 177 ERROR armada.handlers.wait [-] [chart=openstack-mariadb]: Timed out waiting for pods (namespace=openstack, labels=(release_group=osh-openstack-mariadb)). These pods were not ready=['mariadb-ingress-bcd8fb475-kqcwl', 'mariadb-ingress-bcd8fb475-n6m7x']
2022-04-27 15:49:10.199 177 ERROR armada.handlers.armada [-] Chart deploy [openstack-mariadb] failed: armada.exceptions.k8s_exceptions.KubernetesWatchTimeoutException: Timed out waiting for pods (namespace=openstack, labels=(release_group=osh-openstack-mariadb)). These pods were not ready=['mariadb-ingress-bcd8fb475-kqcwl', 'mariadb-ingress-bcd8fb475-n6m7x']

2022-04-27 16:22:18.694 232 ERROR armada.handlers.wait [-] [chart=openstack-ingress]: Timed out waiting for pods (namespace=openstack, labels=(release_group=osh-openstack-ingress)). These pods were not ready=['ingress-6b65fb7fc9-pls8m', 'ingress-6b65fb7fc9-qsgfv']
2022-04-27 16:22:18.694 232 ERROR armada.handlers.armada [-] Chart deploy [openstack-ingress] failed: armada.exceptions.k8s_exceptions.KubernetesWatchTimeoutException: Timed out waiting for pods (namespace=openstack, labels=(release_group=osh-openstack-ingress)). These pods were not ready=['ingress-6b65fb7fc9-pls8m', 'ingress-6b65fb7fc9-qsgfv']

Since those pods were later deleted I won't find any further information on the collected logs. Will be trying to simulate this issue from my side to figure out what's happening.