When the pod controlled by daemonset,Some error occur in the pod and it's state will be CrashLoopBackOff
, I want to delete these pods but not delete the DaemonSet.
So I want to scale daemonset to 0, as far as I known, DaemonSet Spec do not support the replica of the pod.
How can I get there?