finish the multinode ubuntu k8s setup script and guide ,tested ok

This commit is contained in:
Xingyu Chen
2015-02-18 19:09:06 +08:00
parent 1d97b725ef
commit aeeebe2126
29 changed files with 1435 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
# Kube-Scheduler Upstart and SysVinit configuration file
# Customize kube-apiserver binary location
# KUBE_SCHEDULER="/opt/bin/kube-scheduler"
# Use KUBE_SCHEDULER_OPTS to modify the start/restart options
KUBE_SCHEDULER_OPTS="--logtostderr=true \
--master=127.0.0.1:8080"
# Add more envionrment settings used by kube-scheduler here