ubuntu getting started guide

This commit is contained in:
Vipin Jain
2014-12-10 22:13:34 -08:00
parent 5523e0344a
commit cf24c77e78
21 changed files with 936 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Kube-Controller-Manager Upstart and SysVinit configuration file
# Customize kube-controller-manager binary location
# KUBE_CONTROLLER_MANAGER="/opt/bin/kube-controller-manager"
# Use KUBE_CONTROLLER_MANAGER_OPTS to modify the start/restart options
KUBE_CONTROLLER_MANAGER_OPTS="--master=127.0.0.1:8080 \
--machines=127.0.0.1 \
--logtostderr=true"
# Add more envionrment settings used by kube-controller-manager here