mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	fixed typos, the path is not docker
This commit is contained in:
		| @@ -19,7 +19,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/flanneld) | ||||||
| 	FLANNEL=/opt/bin/$UPSTART_JOB | 	FLANNEL=/opt/bin/$UPSTART_JOB | ||||||
| 	FLANNEL_OPTS="" | 	FLANNEL_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/etcd) | ||||||
| 	ETCD=/opt/bin/$UPSTART_JOB | 	ETCD=/opt/bin/$UPSTART_JOB | ||||||
| 	ETCD_OPTS="" | 	ETCD_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/kube-apiserver) | ||||||
| 	KUBE_APISERVER=/opt/bin/$UPSTART_JOB | 	KUBE_APISERVER=/opt/bin/$UPSTART_JOB | ||||||
| 	KUBE_APISERVER_OPTS="" | 	KUBE_APISERVER_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/kube-controller-manager) | ||||||
| 	KUBE_CONTROLLER_MANAGER=/opt/bin/$UPSTART_JOB | 	KUBE_CONTROLLER_MANAGER=/opt/bin/$UPSTART_JOB | ||||||
| 	KUBE_CONTROLLER_MANAGER_OPTS="" | 	KUBE_CONTROLLER_MANAGER_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/kube-scheduler) | ||||||
| 	KUBE_SCHEDULER=/opt/bin/$UPSTART_JOB | 	KUBE_SCHEDULER=/opt/bin/$UPSTART_JOB | ||||||
| 	KUBE_SCHEDULER_OPTS="" | 	KUBE_SCHEDULER_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/flanneld) | ||||||
| 	FLANNEL=/opt/bin/$UPSTART_JOB | 	FLANNEL=/opt/bin/$UPSTART_JOB | ||||||
| 	FLANNEL_OPTS="" | 	FLANNEL_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -22,7 +22,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/kube-proxy) | ||||||
| 	KUBE_PROXY=/opt/bin/$UPSTART_JOB | 	KUBE_PROXY=/opt/bin/$UPSTART_JOB | ||||||
| 	KUBE_PROXY_OPTS="" | 	KUBE_PROXY_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
| @@ -20,7 +20,7 @@ pre-start script | |||||||
| end script | end script | ||||||
|  |  | ||||||
| script | script | ||||||
| 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/docker) | 	# modify these in /etc/default/$UPSTART_JOB (/etc/default/kubelet) | ||||||
| 	KUBELET=/opt/bin/$UPSTART_JOB | 	KUBELET=/opt/bin/$UPSTART_JOB | ||||||
| 	KUBELET_OPTS="" | 	KUBELET_OPTS="" | ||||||
| 	if [ -f /etc/default/$UPSTART_JOB ]; then | 	if [ -f /etc/default/$UPSTART_JOB ]; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 codejuan
					codejuan