Files
kubernetes/pkg
k8s-merge-robot 5c2f758517 Merge pull request #17590 from fabianofranz/cli_homedir_on_windows
Automatic merge from submit-queue

Use correct home directory on Windows

As of now the `kubectl` config mechanism that saves/loads `~/.kube/config` is broken on Windows, saving the config file in the *current* directory instead of the user's *home* dir. This happens because most Windows don't respect the `HOME` environment variable. 

This PR changes the config file loading mechanism to use the recommended way to detect the user home on Windows (`HOMEDRIVE`+`HOMEPATH` or `USERPROFILE`), and adds a migration for users that might be currently relying on existing config files.
2016-04-01 22:00:11 -07:00
..
2016-03-25 11:21:39 -07:00
2016-03-02 20:46:32 -05:00
2016-03-29 23:32:11 +08:00
2016-03-21 20:21:39 +08:00
2015-12-15 13:36:25 -05:00
2015-12-20 21:59:59 -05:00
2016-03-02 16:21:16 +01:00
2016-03-17 09:30:02 +01:00
2016-03-31 10:53:32 -07:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00