We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 484f82a + 0664cce commit 44a4c03Copy full SHA for 44a4c03
pkg/internal/testing/controlplane/apiserver.go
@@ -332,7 +332,6 @@ func (s *APIServer) discoverFlags() error {
332
333
func (s *APIServer) defaultArgs() map[string][]string {
334
args := map[string][]string{
335
- "advertise-address": {"127.0.0.1"},
336
"service-cluster-ip-range": {"10.0.0.0/24"},
337
"allow-privileged": {"true"},
338
// we're keeping this disabled because if enabled, default SA is
0 commit comments