Thomas Diesler

Results 67 comments of Thomas Diesler

See: https://github.com/wildfly-extras/wildfly-camel/issues/3053

I see ... ``` kubectl get pods --watch NAME READY STATUS RESTARTS AGE camel-k-operator-7989475884-drl6k 1/1 Running 0 6m46s hello-6dbfbbc959-vr5b8 0/1 ImagePullBackOff 0 6m21s ```

Yes, I have. The registry is running and camel-k installed with no problem ``` $ kamel install --registry host.docker.internal:5000 --registry-insecure true OLM is not available in the cluster. Fallback to...

Here you go ... ``` 2024-01-26 11:45:55 {"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"maxprocs: Leaving GOMAXPROCS=[8]: CPU quota undefined"} 2024-01-26 11:45:55 {"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Go Version: go1.21.0"} 2024-01-26 11:45:55 {"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Go OS/Arch: linux/amd64"} 2024-01-26 11:45:55 {"level":"info","ts":"2024-01-26T10:45:55Z","logger":"camel-k.cmd","msg":"Camel K Operator Version: 2.2.0"}...

Folks, how would I get started to debug this? I have Docker Engine on MacOs + GoLand

I think we need to reopen this. The [basic example](https://github.com/apache/camel-k-examples/tree/main/01-basic) ``` kamel run Basic.java --dev ``` does no longer work an ARM64 without defining additional `-t builder.platforms` settings. IMHO, it...