diff --git a/pkg/localkube/proxy.go b/pkg/localkube/proxy.go index 9a2fc705b8..a703209d38 100644 --- a/pkg/localkube/proxy.go +++ b/pkg/localkube/proxy.go @@ -38,8 +38,7 @@ func StartProxyServer(lk LocalkubeServer) func() error { // master details config.Master = lk.GetAPIServerInsecureURL() - // TODO: investigate why IP tables is not working - config.Mode = componentconfig.ProxyModeUserspace + config.Mode = componentconfig.ProxyModeIPTables // defaults config.OOMScoreAdj = &OOMScoreAdj