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

Should restart deployment logic also restart other kinds of workloads? #191

Open
mcmarkj opened this issue Sep 23, 2024 · 0 comments
Open

Comments

@mcmarkj
Copy link
Contributor

mcmarkj commented Sep 23, 2024

Summary

Currently, the logic to restart a deployment is restricted to just that, deployments. My thought process is that this could be widened so things like statefulsets, daemonsets, replicasets would also be restarted.

Use cases

Secrets are consumed by more than just deployments, so only restarting deployments could cause unexpected results in users environments when only some of of the pods actually restart.

Proposed solution

Widen the scope of the restart logic.

Is there a workaround to accomplish this today?

Not that I'm aware of

@mcmarkj mcmarkj changed the title Should restart deployments also restart other kinds of workloads? Should restart deployment logica also restart other kinds of workloads? Sep 23, 2024
@mcmarkj mcmarkj changed the title Should restart deployment logica also restart other kinds of workloads? Should restart deployment logic also restart other kinds of workloads? Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant