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
Loaded KUBECONFIG from wsl env if available. To check for KUBECONFIG env
variable I had to run bash in interactive mode instead of just running
`wsl.exe echo` since that would not find a user's environment variables.
using printenv KUBECONFIG did work as expected using wsl2 and Ubuntu
20.04
0 commit comments