kubectl get pods -n <namespace>
or kubectl get nodes
.kubectl delete pod <pod-name> -n <namespace>
or kubectl drain <node-name> --ignore-daemonsets
.kubectl get pods
to list all pods in the cluster.remediation.yaml
, with the desired changes.patch_namespaced_pod
method.kubectl describe pod <pod-name>
to view the details of the updated pod.