Schedule ACS operator workload on infra nodes
Issue
ACS operator workload is not getting scheduled on the infra nodes after adding spec.NodeSelectors
and spec.tolerations
inside Central
CR as given below:
apiVersion: platform.stackrox.io/v1alpha1
kind: Central
.
.
<..>
spec:
nodeSelector:
node-role.kubernetes.io/infra: ""
tolerations:
- key: node-role.kubernetes.io/infra
value: reserved
effect: NoSchedule
- key: node-role.kubernetes.io/infra
value: reserved
effect: NoExecute
<..>
Environment
- Red Hat OpenShift Container Platform (RHOCP)
- 4
- Red Hat Advanced Cluster Security (RHACS)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.