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
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: