-
-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DOCKER_HOST handling of unix sockets
In a580edb, GetHost() introduced code to handle the DfD use case. However, it also caused "unix:///" DOCKER_HOST values to be parsed incorrectly. This resulted in kubeconfigs containing "unix" as the hostname. This patch ensures all "unix:///" DOCKER_HOST values are parsed as an empty host (and thus set as 0.0.0.0 in kubeconfig)
- Loading branch information
1 parent
74c574c
commit 0c1c641
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters