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
Cofidectl up performs first a helm install, then waits for services to come up, then optionally modifies the helm values for federation and runs a helm upgrade.
If spire server config is broken for some reason, it is not possible to fix it, because the first helm install only executes when the release does not exist. Since the server is broken, the service never comes up and the command hangs.
To address this, we should change the first helm install to a helm upgrade --install (or go module equivalent).
The text was updated successfully, but these errors were encountered:
Cofidectl up performs first a helm install, then waits for services to come up, then optionally modifies the helm values for federation and runs a helm upgrade.
If spire server config is broken for some reason, it is not possible to fix it, because the first helm install only executes when the release does not exist. Since the server is broken, the service never comes up and the command hangs.
To address this, we should change the first helm install to a helm upgrade --install (or go module equivalent).
The text was updated successfully, but these errors were encountered: