Hide
= Adding an option to deploy operands on specific cluster nodes
With this release, you can deploy operands managed by the operator (dashboard, gateway, plugin-registry etc.) on the specific cluster nodes using the dedicated `nodeSelector` and `tolerations` properties CR properties:
[source, code]
----
dashboard:
deployment:
nodeSelector:
tolerations:
----
Show
= Adding an option to deploy operands on specific cluster nodes
With this release, you can deploy operands managed by the operator (dashboard, gateway, plugin-registry etc.) on the specific cluster nodes using the dedicated `nodeSelector` and `tolerations` properties CR properties:
[source, code]
----
dashboard:
deployment:
nodeSelector:
tolerations:
----