apupier commented on code in PR #17733:
URL: https://github.com/apache/camel/pull/17733#discussion_r2041647676


##########
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:
   it is used by VS Code Kaoto and VS Code Debug Adapter extensions.
   
   it is also not working with some OpenShift instance with more finer grained 
rights.
   
   Which bug is it fixing? Are they more important than the one they introduce?
   
   is it worthy to backport fix for tool / not production?



-- 
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

Reply via email to