Skip to content

Commit

Permalink
Merge pull request #1562 from vincepri/apiserver-no-advertise
Browse files Browse the repository at this point in the history
🐛 Remove advertise-address from testenv api-server
  • Loading branch information
k8s-ci-robot committed Jun 22, 2021
2 parents 484f82a + 0664cce commit 44a4c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/internal/testing/controlplane/apiserver.go
Expand Up @@ -332,7 +332,6 @@ func (s *APIServer) discoverFlags() error {

func (s *APIServer) defaultArgs() map[string][]string {
args := map[string][]string{
"advertise-address": {"127.0.0.1"},
"service-cluster-ip-range": {"10.0.0.0/24"},
"allow-privileged": {"true"},
// we're keeping this disabled because if enabled, default SA is
Expand Down

0 comments on commit 44a4c03

Please sign in to comment.