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
Rocketchat (currently) does not support arm64. I am running nodes that are both arm64 and amd64 and currently can't select for rocketchat to only run on amd64 as such I sometimes see crashlooping because it tries to schedule on arm64 node.
Best and easiest solution here is to add nodeSelector to deployment templates. PR here: #98
The text was updated successfully, but these errors were encountered:
you can use the affinity node to do this select, however than you run into the issue with upgrading that the hook-verify-mongodb-version.yaml does not support this affinity and can deploy a pod on a ARM node.
Rocketchat (currently) does not support arm64. I am running nodes that are both arm64 and amd64 and currently can't select for rocketchat to only run on amd64 as such I sometimes see crashlooping because it tries to schedule on arm64 node.
Best and easiest solution here is to add nodeSelector to deployment templates. PR here: #98
The text was updated successfully, but these errors were encountered: