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