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 allows to use a PATH-style format in your KUBECONFIG environment variable. kubectl-eks (v0.4.3) then fails to load the configuration as the value is used as one filename:
$ kubectl eks addons
Failed to load kubeconfig: open .kubeconfig:/Users/5nafu/.kube/config:/Users/5nafu/.kube/config.d/01_preferences:/Users/5nafu/.kube/config.d/EKS:/Users/5nafu/.kube/config.d/openshift: no such file or directory
2023/11/01 15:21:38 open .kubeconfig:/Users/5nafu/.kube/config:/Users/5nafu/.kube/config.d/01_preferences:/Users/5nafu/.kube/config.d/EKS:/Users/5nafu/.kube/config.d/openshift: no such file or directory
The text was updated successfully, but these errors were encountered:
kubectl
allows to use aPATH
-style format in yourKUBECONFIG
environment variable.kubectl-eks
(v0.4.3) then fails to load the configuration as the value is used as one filename:The text was updated successfully, but these errors were encountered: