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


##########
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:
   the part mentioned is related to an improvement , not a bugfix: see 
https://issues.apache.org/jira/browse/CAMEL-21710
   
   > it is also not working with some OpenShift instance with more finer 
grained rights.
   
   For this part it seems that there is another commit to fix that 
https://github.com/apache/camel/pull/17733/commits/313e381628ca1ff4aa0eba7ed773b8db638a7a84



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

Reply via email to