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
The chart schedule-pod-restart currently uses pod delete to trigger a restart of a specific pod. A more clean way would be to use:
'kubectl rollout restart `
The chart schedule-pod-restart currently uses
pod delete
to trigger a restart of a specific pod. A more clean way would be to use:'kubectl rollout restart `
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-restart-em-
In my opinion this is a cleaner option then forcing kubernetes to discover that something is wrong and bringing everything up to spec again.
The text was updated successfully, but these errors were encountered: