-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error when using traits #1648
Comments
Perhaps latest changes in trait serialization/deserialization changed the way props should be set in the struct. I guess that setting I don't know if we can/should improve mapping to overcome this issue (@astefanutti). |
@squakez can you paste |
Thanks @nicolaferraro, this is the output of the failing integration:
I've double checked the configuration and actually my |
Right, the camel-k 1.1.0 operator is not compatible with the |
Thanks @astefanutti , I am good with aligning CLI and operator. Maybe some warning in case of a CLI operating on a different operator version may be good to let the user know about that. I can create an issue requesting that. |
@squakez thanks for the feedback. I agree with you a warning would be useful. |
Got the same issue with client and operator from master: Running:
Operator logs:
|
My problem was that even |
Is this fixed on master? I think I'm seeing a similar problem.
|
@jamesnetherton it should be :) Could you check the |
They should be because I've built them from the latest source. I'm actually running the operator from my IDE against a local cluster. Then creating integrations with the freshly built kamel binary as per normal. It's my first time hacking on the project in 6 months, so there's a chance I've screwed something up 😛. |
I'll let you argue with CI 😉. Joke aside, have you re-installed the CRDs? |
Yep, that was it. I had stale CRDs 👍 |
Hi team,
I am using
kamel
version1.0.1
to run some integration. It seems that when I tries usingtraits
(Jolokia, for instance), the operator build fails with this trace error:This is coming from a simple integration as below:
It happens the same with Prometheus trait, which are the ones I am using.
The text was updated successfully, but these errors were encountered: