rodcloutier opened a new issue, #5107: URL: https://github.com/apache/camel-k/issues/5107
### What happened? While using Kamel I have observed that we cannot use kubeconfig that refers to multiple files. ### Steps to reproduce 1. Create a kubeconfig that refers multiple files ie `KUBECONFIG=$KUBECONFIG:$KUBECONFIG` 2. Call any Kamel command that refers to the cluster ``` ❯ ./kamel get integration ``` 3. Observe the error ``` Error: cannot get current namespace: open /Users/rcloutier/dev/petal/rto/next_gen_pocs/workflow/camel-k/kubeconfig.kind:/Users/rcloutier/dev/petal/rto/next_gen_pocs/workflow/camel-k/kubeconfig.kind: no such file or directory ``` ### Relevant log output _No response_ ### Camel K version build from main -- 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