Files
kubernetes/pkg/util
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-21 14:50:57 +08:00
2015-10-22 16:40:59 -04:00
2015-10-22 16:40:59 -04:00
2016-03-21 14:50:57 +08:00
2016-03-21 20:20:05 +08:00
2016-03-21 20:20:05 +08:00
2016-03-21 20:21:39 +08:00
2016-03-11 13:52:45 +08:00
2016-03-03 15:56:09 -08:00
2016-02-10 11:38:50 -08:00
2016-01-06 22:28:58 +08:00
2016-03-17 09:30:02 +01:00
2016-02-09 13:20:31 -08:00
2016-03-16 16:22:54 -04:00
2015-08-05 17:52:56 -07:00
2015-11-29 22:15:11 -08:00
2016-03-03 15:56:09 -08:00
2016-03-17 09:30:02 +01:00
2015-11-13 15:56:27 -08:00
2016-03-21 23:59:58 -04:00
2016-03-09 14:24:42 +01:00
2016-02-09 13:20:31 -08:00
2016-02-07 21:09:06 +01:00
2015-08-05 17:30:03 -07:00
2016-01-22 13:27:26 -05:00
2015-08-06 11:39:29 +02:00
2015-08-06 11:39:29 +02:00
2016-03-21 20:21:39 +08:00
2016-01-27 15:39:23 +01:00