hxxxi-malog commented on PR #6807: URL: https://github.com/apache/camel-k/pull/6807#issuecomment-5714336144
I think the reason the check failed is that the deleted master trait is still automatically activated on main and adds the master capability to the Integration. During the build, this is used to package the cluster service library into the image. After removing it, the image is missing that library, so Quarkus ignores those three properties, and the `master:` endpoint reports "No cluster service found". The solution is to explicitly add the dependency in the migration path: `-d mvn:org.apache.camel.quarkus:camel-quarkus-kubernetes-cluster-service`. Is it okay to make the change in this direction? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
