Commit b09c740f authored by Hemant Kumar's avatar Hemant Kumar

federation-apiserver doesn't needs cluster-ip range

This option has been removed from genericserver options and it is not being used by federation-apiserver anyways. Fixes - #39388
parent f95362f9
......@@ -412,7 +412,6 @@ func createAPIServer(clientset *client.Clientset, namespace, name, image, creden
"federation-apiserver",
"--bind-address=0.0.0.0",
"--etcd-servers=http://localhost:2379",
"--service-cluster-ip-range=10.0.0.0/16",
"--secure-port=443",
"--client-ca-file=/etc/federation/apiserver/ca.crt",
"--tls-cert-file=/etc/federation/apiserver/server.crt",
......
......@@ -562,7 +562,6 @@ func fakeInitHostFactory(federationName, namespaceName, ip, dnsZoneName, image,
"federation-apiserver",
"--bind-address=0.0.0.0",
"--etcd-servers=http://localhost:2379",
"--service-cluster-ip-range=10.0.0.0/16",
"--secure-port=443",
"--client-ca-file=/etc/federation/apiserver/ca.crt",
"--tls-cert-file=/etc/federation/apiserver/server.crt",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment