lsergio commented on issue #5838: URL: https://github.com/apache/camel-k/issues/5838#issuecomment-2344668769
After some initial investigation, I found out that I can define strategy: pod and nodeSelector at a few locations. They could be at * the Integration spec builder trait * the integrationplatform spec builder trait * the integrationplatform spec build.buildConfiguration field If I set both the build strategy and the node selector at the same location, they work as expected. But this gets a little confusing as we mix up the locations: If I set the pod strategy at the Integration spec and the nodeSelector at the platform builder trait, it works If I set the pod strategy at the Integration spec and the nodeSelector at the platform buildConfiguration, it doesn't work. I think we may have to define the rules for handling the configuration. If it's a requirement that we set both (and maybe other configs) at the same location, we might not need any fix. It it's expected that the configs are mixed, we probably need some rules for what takes precedence over what. @squakez How does that sound? -- 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]
