Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Helm install should use equivalent of install --upgrade #122

Open
markgoddard opened this issue Jan 8, 2025 · 0 comments
Open

First Helm install should use equivalent of install --upgrade #122

markgoddard opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@markgoddard
Copy link
Contributor

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).

@markgoddard markgoddard added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant