gansheer opened a new issue, #3922: URL: https://github.com/apache/camel-k/issues/3922
The completion of command in the CLI never use the value of the namespace flag even if it is provided or the CLI default namespace setting (done with `kamel config --default-namespace=confignamespace` or directly in the file kamel-config.yaml), it always use the kubectl config context namespace. For example `kamel -n flagnamespace get <TAB>` will work as ` kamel get` which by default use the kubectl context. Adding the command execution behavior to the <TAB> completion command would give more accurate results. The order in namespace choice is : CLI command flag > CLI config > kubectl context _Continuation of #3902_ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org