You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "rodcloutier (via GitHub)" <gi...@apache.org> on 2024/01/25 13:46:27 UTC

[I] Kamel executable does not support Kubeconfig with multiple files [camel-k]

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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org