k9s: Use native DNS resolver
Using the go resolver will result in problems when accessing a kube cluster behind a VPN on macOS. See https://github.com/derailed/k9s/issues/780
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
"-X github.com/derailed/k9s/cmd.date=1970-01-01T00:00:00Z"
|
||||
];
|
||||
|
||||
tags = [ "netgo" ];
|
||||
tags = [ "netcgo" ];
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user