mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-05 23:03:38 -04:00
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 |
||
|---|---|---|
| .. | ||
| aws | ||
| azure | ||
| gcp | ||
| secrets | ||
| BUILD | ||
| config.go | ||
| config_test.go | ||
| doc.go | ||
| keyring.go | ||
| keyring_test.go | ||
| OWNERS | ||
| plugins.go | ||
| provider.go | ||
| provider_test.go | ||