diff --git a/test/e2e_node/services/apiserver.go b/test/e2e_node/services/apiserver.go index 7881c471199..76c730aa5e1 100644 --- a/test/e2e_node/services/apiserver.go +++ b/test/e2e_node/services/apiserver.go @@ -88,6 +88,8 @@ func (a *APIServer) Start() error { o.Authentication.ServiceAccounts.Issuers = []string{"https://foo.bar.example.com"} o.Authentication.ServiceAccounts.KeyFiles = []string{saSigningKeyFile.Name()} + o.KubeletConfig.PreferredAddressTypes = []string{"InternalIP"} + errCh := make(chan error) go func() { defer close(errCh)