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
Is your feature request related to a problem? Please describe.
The essence of Pod restart is to restart the service process, for example, when conventional methods can no longer solve the scenario of memory leakage, the only solution is to destroy the Pod to release the occupied resources and then rebuild it.
Cluster restart can be divided into two scenarios:
Restart of all Pods under the component
Add a mark to trigger the component restart
The controller recognizes and restarts each Pod during the reconcile process
If the component needs to transfer state, it needs to clear the current node status before it can be rebuilt
Restart of a single Pod under the component
Add a mark to trigger the Pod restart
The controller checks whether the Pod needs to perform state transfer operations
Perform the delete Pod operation, the StatefulSet controller will watch and create a new Pod
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The essence of Pod restart is to restart the service process, for example, when conventional methods can no longer solve the scenario of memory leakage, the only solution is to destroy the Pod to release the occupied resources and then rebuild it.
Cluster restart can be divided into two scenarios:
Restart of all Pods under the component
Restart of a single Pod under the component
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: