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 encountered it in a github runner for CI where this can be fairly common issue. Creating $HOME/.kube directory beforehand solves the issue.
The command fails with:
Error: open /home/runner/.kube/config: no such file or directory
Error: Saving the cluster config failed with open /home/runner/.kube/config: no such file or directory
Access your cluster with:
kubectl get node
The text was updated successfully, but these errors were encountered:
Hi, yes I solved it the same way, but I think it would be better if the command created any standard directories it needs. This is very minor issue but I think it would ease the usage a bit.
I encountered it in a github runner for CI where this can be fairly common issue. Creating $HOME/.kube directory beforehand solves the issue.
The command fails with:
The text was updated successfully, but these errors were encountered: