openshift / compliance-operator

Operator providing OpenShift cluster compliance checks
Apache License 2.0
110 stars 110 forks source link

Make nodeSelector and tolerations for result server configurable #696

Closed JAORMX closed 3 years ago

JAORMX commented 3 years ago

In some deployments, the master or control-plane nodes might not have the possibility of mounting PVC's. Yet, while we don't want folks to schedule them merely on the worker nodes to ensure they're not sharing resources with user workloads, users might have specialized infra nodes where it would be entirely acceptable to schedule the result server. So, let's make this configurable to enable this use-case.

This requires:

JAORMX commented 3 years ago

Addressed by https://github.com/openshift/compliance-operator/pull/733