Kube Pods stay in the terminating state
Problem
Kubernetes pods in Kube-system namespace go from running state to terminating state.
Cause
The problem could be due to due to a network issue.
Fix
Run the below given command to restart/delete pods. Please note that replacement pods will spawn automatically.
# kubectl delete pods kube-proxy-p4rwg --namespace=kube-system --grace-period=0 --force