WARNING!!!
COPY FROM STACKOVERFLOW
Thanks to:
- sh0umik
- dejanualex
- Original Answer: Link
# Do this
kubectl -n redis delete pods <pod> --grace-period=0 --force
# If the first command don't work, use this
kubectl -n redis patch pod <pod> -p '{"metadata":{"finalizers":null}}'