You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "gansheer (via GitHub)" <gi...@apache.org> on 2023/08/07 14:25:23 UTC

[GitHub] [camel-k] gansheer commented on issue #4519: Test ARM64 architecture - operator and builder pods

gansheer commented on issue #4519:
URL: https://github.com/apache/camel-k/issues/4519#issuecomment-1667962222

   I managed to deploy camel-k 2.0 on an arm64 using camel-k-client-2.0.0-linux-arm64.tar.gz on a Raspberry 4. My feedback is:
   
   - I could not install with heml chart, but I supsect that's because I don't really know how to configure it
   - By default any container image dependency (operator image and base image) pull was a non arm64 one. I had to specify both on install: 
   ```
   kamel install --operator-image apache/camel-k:2.0.0-arm64 --base-image eclipse-temurin:17@sha256:f84e436a00db070dd6df8206b3800b8e7799e13a9f75a96581e425707672d193
   ```
   
   This behavior could be the result of an incomplete kubernetes configuration on my minikube. Still it could also be a result of :
   1 - For the operator image: we declare by default camel-k:2.0.0, and this tag doesn't exists as an "arm64" arch
   2 - For the base image : maybe spectrum has a default configuration for the arch version
   
   Still, with these modifications I managed to run successfully a basic integration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org