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
For me sometimes when deployment happens to take a longer time keycloak crashes or terraform throws an error that the azurite-init job is not in complete state although the logs say it is. This behaviour is very inconsistent and only happens sometimes.
Expected Behavior
The deployment consistently works without issues.
Steps To Reproduce
Even for me this is not easily reproducible and seems to heavily depend on how fast which pods are created.
But after adding
depends_on = [kubernetes_deployment.keycloak]
in the miw deployment and
timeouts {
create = "5m"
}
in the azurite-init job the deployment worked consistently again.
The text was updated successfully, but these errors were encountered:
Current Behavior
For me sometimes when deployment happens to take a longer time keycloak crashes or terraform throws an error that the azurite-init job is not in complete state although the logs say it is. This behaviour is very inconsistent and only happens sometimes.
Expected Behavior
The deployment consistently works without issues.
Steps To Reproduce
Even for me this is not easily reproducible and seems to heavily depend on how fast which pods are created.
But after adding
in the miw deployment and
in the azurite-init job the deployment worked consistently again.
The text was updated successfully, but these errors were encountered: