I have the EFK stack deployed for logging on an openshift 3.6 cluster with the standard Ansible playbook provided by openshift. So there is one fluentd pod running on every node of the cluster and two elasticsearch containers in total.
I would like to temporarily disable a fluentd container. When I delete the pod, a new one is started in its place after a few seconds because of the DaemonSet. How could I prolong the time that the fluentd pod is down?