You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run Openunison on a cluster with mixed architectures (amd64 and arm64). Since AFAIK there are no container images for arm64 for Openunison yet, I've added a node_selector to my deployments (operator, orchestra and orchestra-login-portal).
This works for some components but fails for orchestra because of the pod in precheck.yaml which does not honor the configured services.node_selectors as the other components do.
Hello!
I am trying to run Openunison on a cluster with mixed architectures (amd64 and arm64). Since AFAIK there are no container images for arm64 for Openunison yet, I've added a
node_selector
to my deployments (operator, orchestra and orchestra-login-portal).This works for some components but fails for
orchestra
because of the pod inprecheck.yaml
which does not honor the configuredservices.node_selectors
as the other components do.I'll create a PR to add the asap.
Best regards,
Florian.
The text was updated successfully, but these errors were encountered: