6 lines
340 B
Plaintext
6 lines
340 B
Plaintext
KUBE_API_ADDRESS="--insecure-bind-address=127.0.0.1"
|
|
KUBE_ETCD_SERVERS="--etcd-servers=http://127.0.0.1:2379,http://127.0.0.1:4001"
|
|
KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.254.0.0/16"
|
|
KUBE_ADMISSION_CONTROL="--admission-control=NamespaceLifecycle,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota"
|
|
KUBE_API_ARGS=""
|