Skip to content
New issue

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

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

Already on GitHub? # to your account

Helm upgrade --force? #505

Open
rhastie opened this issue Jan 26, 2024 · 2 comments
Open

Helm upgrade --force? #505

rhastie opened this issue Jan 26, 2024 · 2 comments

Comments

@rhastie
Copy link

rhastie commented Jan 26, 2024

Description

Does helm-dashboard support an upgrade using the replacement strategy of "helm upgrade --force"?

Sometimes, though, Helm users want to make sure that the pods are restarted. That’s where the --force flag comes in. Instead of modifying the Deployment (or similar object), it will delete and re-create it. This forces Kubernetes to delete the old pods and create new ones.

Screenshots

No response

Additional information

No response

@undera
Copy link
Collaborator

undera commented Jan 26, 2024

Hi,

Currently, helm-dashboard only uses default upgrade strategy.

It would need a modification to add a checkbox to upgrade screen to reflect this flag.

@rhastie
Copy link
Author

rhastie commented Jan 26, 2024

Ok. Understood. I just thought there might be a hidden technique that could be used. I am aware you can always touch the deployment in some way.

If this needs development may I suggest you look at the other flags at the same time eg. --atomic and others etc.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants