mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Bash script syntax improvements
This commit is contained in:
		| @@ -55,7 +55,7 @@ API_LOGFILE=${API_LOGFILE:-/tmp/openapi-api-server.log} | ||||
|  | ||||
| kube::etcd::start | ||||
|  | ||||
| echo "dummy_token,admin,admin" > $TMP_DIR/tokenauth.csv | ||||
| echo "dummy_token,admin,admin" > ${TMP_DIR}/tokenauth.csv | ||||
|  | ||||
| # Start kube-apiserver | ||||
| kube::log::status "Starting kube-apiserver" | ||||
| @@ -67,7 +67,7 @@ kube::log::status "Starting kube-apiserver" | ||||
|   --advertise-address="10.10.10.10" \ | ||||
|   --cert-dir="${TMP_DIR}/certs" \ | ||||
|   --runtime-config="api/all=true" \ | ||||
|   --token-auth-file=$TMP_DIR/tokenauth.csv \ | ||||
|   --token-auth-file="${TMP_DIR}/tokenauth.csv" \ | ||||
|   --logtostderr \ | ||||
|   --v=2 \ | ||||
|   --service-cluster-ip-range="10.0.0.0/24" >"${API_LOGFILE}" 2>&1 & | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Roy Lenferink
					Roy Lenferink