Commit 2fb0aa6e authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #19147 from luxas/experimentl_apiserver

Auto commit by PR queue bot
parents 8959b7a3 324890e2
......@@ -24,7 +24,7 @@
"/hyperkube",
"apiserver",
"--service-cluster-ip-range=10.0.0.1/24",
"--address=0.0.0.0",
"--insecure-bind-address=0.0.0.0",
"--etcd-servers=http://127.0.0.1:4001",
"--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota",
"--v=2"
......
......@@ -31,7 +31,7 @@
"/hyperkube",
"apiserver",
"--service-cluster-ip-range=10.0.0.1/24",
"--address=127.0.0.1",
"--insecure-bind-address=127.0.0.1",
"--etcd-servers=http://127.0.0.1:4001",
"--admission-control=NamespaceLifecycle,LimitRanger,ServiceAccount,SecurityContextDeny,ResourceQuota",
"--client-ca-file=/srv/kubernetes/ca.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