Files
kubernetes/pkg/credentialprovider
Claudiu Belu 16da70c249 credentialprovider: Sets homeDirPath to os.UserHomeDir()
Currently, the credential provider will look in the path set in
the $HOME env variable, but that environment does not exist on
Windows, but $HOMEPATH does. Because of this, if credentials are
set in ~/.docker on Windows, they will not be used by kubelet
when pulling images.

The function os.UserHomeDir can solve this problem [1].

[1] https://golang.org/pkg/os/#UserHomeDir
2019-05-25 12:52:32 -07:00
..
2019-03-28 07:15:28 +00:00
2019-04-30 16:52:07 +08:00
2018-06-22 16:22:57 -07:00
2016-07-16 13:48:21 -04:00
2018-11-10 07:50:31 -05:00