-
Bug
-
Resolution: Done
-
Major
-
None
-
4.16.z
-
None
-
False
-
Description of problem:
4.16 new introduced daemonset dose not have the toleration for infra nodes.
Version-Release number of selected component (if applicable):
4.16.x
How reproducible:
Always
Steps to Reproduce:
1. Setup the managed cluster (ROSA) 2. Check the daemonset in openshift-network-operator namespace
Actual results:
The iptables-alerter pods are running in the master nodes but not the infra
Expected results:
If we would like the iptables-alerter to be running across the fleet, it should not only tolerate the masters only? tolerations: - effect: NoSchedule key: node-role.kubernetes.io/master operator: Exists
Additional info:
It should tolerate all the taints or at least tolerate the infra role "node-role.kubernetes.io/master" for better managed cluster stable.
- is duplicated by
-
OCPBUGS-38367 iptables-alerter causes DaemonSetMisScheduled alerts in clusters with infra nodes
- ASSIGNED