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
io.kubernetes.client.util.KubeConfig#ENV_HOME is fixed at "HOME", but $HOME is not set under Windows environment.
Therefore io.kubernetes.client.util.ClientBuilder#findConfigInHomeDir() fails and can not read config file.