You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to deal with multiple clusters. Instead of merging all cluster configs into one file I maintain them in seperate config files, and export my KUBECOFIG env variable like this:
I need to deal with multiple clusters. Instead of merging all cluster configs into one file I maintain them in seperate config files, and export my KUBECOFIG env variable like this:
This is one official way of organizing your cluster configs with kubectl and works with
kubectl
really fine for me, i.e.However, kubernets-py fails to deal with multiple config files referenced in
KUBECONFIG
env var:The text was updated successfully, but these errors were encountered: