Jalankan perintah berikut untuk mendelete nya
kubectl delete pod [nama-pods] --grace-period=0 --force --namespace [namespace]
Contoh :
root@svr-NUC6CAYH2:~# kubectl delete pod grafana-mariadb-5f7c7746f8-6cfqr --grace-period=0 --force --namespace monitoring Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "grafana-mariadb-5f7c7746f8-6cfqr" force deleted root@svr-NUC6CAYH2:~#