-
Notifications
You must be signed in to change notification settings - Fork 57
ArangoDeployment spec.architecture missing from docs #1141
Comments
fwiw in the original implementation there was an error only the first architecture specified here is respected, however. the rest is ignored (only one nodeAffinity is added to the pods). maybe the error should not have gone 🤔 ref arangodb/arangodb-docker#110 (comment) |
fwiw, |
@nerpaula @Simran-B I think this should be re-opened: as far as I can see, the linked PR documents the arango operator's the operator supports multiple architectures passed as list[str], whereas the ArangoDeployment field is list[str] but only supports one architecture in that list, see previous comments above. |
@ddelange Thanks for pointing out that something isn't right with the new content. I clarified with @jwierzbo that the deployment specification uses Clarifications PR: #1187 |
awesome thanks so much for the quick action and the clear explanation! |
@Simran-B |
#1187 is not merged yet, and we typically re-publish the docs for a release (v3.9.5 is imminent). |
Hi! 👋
The documentation for
ArangoDeployment
is missing an entry forspec.architecture
which is a list[str] introduced in arangodb/kube-arangodb#900 and needed to run 3.10 on ARM64 processors.The text was updated successfully, but these errors were encountered: