Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-27 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-2022437211 More investigation about this in https://github.com/apache/camel-k/issues/5292 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-27 Thread via GitHub
tdiesler closed issue #5095: Basic example fails on Docker Desktop MacOS URL: https://github.com/apache/camel-k/issues/5095 -- 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

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-25 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-2018169269 # Testing the upgrade scenario ## On AMD64 ``` git checkout v2.2.0 make images go build ./cmd/kamel kamel install --olm=false kubectl describe

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-25 Thread via GitHub
squakez commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-2017703069 Unfortunately it's a breaking compatibility change. See: https://github.com/apache/camel-k/pull/5246#issuecomment-2009270960 - mind that what it works for you may be disruptive for

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-25 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-2017697847 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

[I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-25 Thread via GitHub
tdiesler opened a new issue, #5095: URL: https://github.com/apache/camel-k/issues/5095 ### What happened? https://camel.apache.org/camel-k/2.2.x/running/running.html ``` $ kamel run hello.groovy Integration "hello" created $ kamel logs hello Integration 'hello'

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-14 Thread via GitHub
tdiesler closed issue #5095: Basic example fails on Docker Desktop MacOS URL: https://github.com/apache/camel-k/issues/5095 -- 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

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-03-14 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1997531129 Out-of-date -- 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.

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-02-05 Thread via GitHub
squakez commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1927067954 ``` 2024-01-26 11:48:13 {"level":"info","ts":"2024-01-26T10:48:13Z","logger":"camel-k.controller.integration","msg":"Integration

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-02-05 Thread via GitHub
christophd commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1926898128 Instead of getting the local operator to get working have you tried to install Camel K on a local Minikube or Kind cluster already? This is my usual way of running Camel K

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-02-05 Thread via GitHub
claudio4j commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1926897130 I see the following error message ``` Could not find a platform bound to this Build","request-namespace":"default","request-name":"kit-cmoe5nh9lrbs73afkkig",

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-02-05 Thread via GitHub
christophd commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1926890977 When running the Camel K operator locally in debug mode on MacOS please make sure to set the environment variable `MAVEN_WRAPPER=false`. Usually there is a Maven wrapper bundled

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-02-05 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1926749223 Folks, how would I get started to debug this? I have Docker Engine on MacOs + GoLand -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-26 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1911857093 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"}

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-25 Thread via GitHub
christophd commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1909720788 > What do you see in the operator logs? yes, it would be interesting to see what is in the operator logs -- This is an automated message from the Apache Git Service. To

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
gansheer commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1908432255 Please don't hesitate to check the troubleshooting documentation to know what to look for: https://camel.apache.org/camel-k/2.2.x/troubleshooting/troubleshooting.html -- This is

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
oscerd commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1908383424 What do you see in the operator logs? -- 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

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1908376248 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

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
tdiesler commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1908328221 I see ... ``` kubectl get pods --watch NAMEREADY STATUS RESTARTS AGE camel-k-operator-7989475884-drl6k 1/1

Re: [I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
squakez commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1907882292 Thanks for reporting. Can you please verify if the Pod is started and working correctly? or is it the CLI which is failing to scrape the Pod log? -- This is an automated message

[I] Basic example fails on Docker Desktop MacOS [camel-k]

2024-01-24 Thread via GitHub
tdiesler opened a new issue, #5095: URL: https://github.com/apache/camel-k/issues/5095 ### What happened? https://camel.apache.org/camel-k/2.2.x/running/running.html ``` $ kamel run hello.groovy Integration "hello" created $ kamel logs hello Integration 'hello'