[root@master ~]# kubectl get pod -A
    NAMESPACE NAME READY STATUS RESTARTS AGE
    kube-system calico-kube-controllers-77c4b7448-hfqws 1/1 Running 0 3h17m
    kube-system calico-node-59p6f 0/1 Running 0 3h17m
    kube-system calico-node-7jt78 1/1 Running 0 3h8m
    kube-system calico-node-wtdmn 1/1 Running 0 3h15m
    kube-system coredns-9d85f5447-6wgkd 1/1 Running 0 3h18m
    kube-system coredns-9d85f5447-bkjj8 1/1 Running 0 3h18m
    kube-system etcd-master 1/1 Running 0 3h18m
    kube-system kube-apiserver-master 1/1 Running 0 3h18m
    kube-system kube-controller-manager-master 1/1 Running 0 3h18m
    kube-system kube-proxy-hgckh 1/1 Running 0 3h15m
    kube-system kube-proxy-lwww6 1/1 Running 0 3h18m
    kube-system kube-proxy-tk65k 1/1 Running 1 3h8m
    kube-system kube-scheduler-master 1/1 Running 0 3h18m
    zabbix zabbix-web-wwsl8 0/1 Terminating 0 17m
    [root@master ~]# kubectl delete pod zabbix-web-wwsl8 -n zabbix —force —grace-period=0
    warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on thecluster indefinitely.
    pod “zabbix-web-wwsl8” force deleted
    [root@master ~]#

    image.png