apupier commented on code in PR #17733: URL: https://github.com/apache/camel/pull/17733#discussion_r2041593921
########## dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java: ########## @@ -257,6 +257,9 @@ public class KubernetesRun extends KubernetesBaseCommand { description = "Maven/Gradle build properties, ex. --build-property=prop1=foo") List<String> buildProperties = new ArrayList<>(); + @CommandLine.Option(names = { "--disable-auto" }, description = "Disable automatic cluster type detection.") + boolean disableAuto = false; Review Comment: i think this shouldn't be backported, it is changing the behavior when a cluster-type is specified -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org