You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently our integration tests started to fail for Azure, the reason is still unknown. That might be a misconfiguration in the qhub-config.yaml or something else. This needs further debugging.
The text was updated successfully, but these errors were encountered:
[terraform]: ╷
[terraform]: │Error: Waiting for default secret of "dev/qhub-traefik-ingress" to appear
[terraform]: │
[terraform]: │ with module.kubernetes-ingress.kubernetes_service_account.main,
[terraform]: │ on modules/kubernetes/ingress/main.tf line 1, in resource "kubernetes_service_account" "main":
[terraform]: │ 1: resource "kubernetes_service_account" "main" {
[terraform]: │
[terraform]: ╵
Not sure why we are getting this only for Azure, my first thought was related to the updates made from #1304, but it only affects Azure... I tested twice to be sure if it was not a one-time situation.
Recently our integration tests started to fail for Azure, the reason is still unknown. That might be a misconfiguration in the
qhub-config.yaml
or something else. This needs further debugging.The text was updated successfully, but these errors were encountered: