apache / incubator-kie-kogito-operator

Kubernetes Operator for Kogito
Apache License 2.0
45 stars 79 forks source link

Add well-known nodeSelector to operator deployment #1523

Closed kzombro-pfl closed 5 months ago

kzombro-pfl commented 1 year ago

Description

Hello ! I have a hybrid kubernetes cluster comprised of windows and linux workers. Without a proper nodeSelector for operating system, the operator sometimes schedules onto a windows node and fails out. My suggestion is to include a well-known nodeSelector on the operator deployment such that it properly targets compatible linux workers.

Implementation ideas

in the .spec.template.spec of the operator deployment, add in

+      nodeSelector:
+        kubernetes.io/os: linux
ricardozanini commented 5 months ago

This project has been closed, please see #1537