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
kubectl has a feature to merge kubeconfigs on the fly via a KUBECONFIG env variable. This is not working with click.
How to reproduce:
$ export KUBECONFIG=cluster-merge:cluster-config:cluster2-config
$ kubectl config get-contexts
CURRENT NAME CLUSTER AUTHINFO NAMESPACE
* cluster1 cluster1 cluster1
cluster2 cluster2 cluster2
$ click
Could not open config file at 'xxxx/.kube/click.config': No such file or directory (os error 2). Using default values
Could not load kubernetes config: 'cluster-merge:cluster-config:cluster2-config'. Cannot continue. Error was: entity not found
The text was updated successfully, but these errors were encountered:
kubectl has a feature to merge kubeconfigs on the fly via a KUBECONFIG env variable. This is not working with click.
How to reproduce:
The text was updated successfully, but these errors were encountered: