インフラノードで ACS Operator ワークロードをスケジュールする
Issue
以下に示すように、Central
CR 内に spec.NodeSelectors
と spec.tolerations
を追加した後、ACS Operator のワークロードがインフラノードでスケジュールされません。
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.