How to restart a StatefulSet
How to restart a StatefulSet in Kubernetes using UMHLens by first scaling down the replicas, and then scaling it up again
Instructions
- Go to Workload —> StatefulSet —> click on the relevant StatefulSet
- Go to the top right and select the scale button
- Scale down to 0 replicas
- Wait until all Pods are terminated
- (optional: delete the storage associated with it, if you want to entirely reset the StatefulSet)
- Scale back up again to the original amount of replicas
Last modified February 17, 2023:
update (#208) (ea731fc)