Commit b9a653bf authored by Brendan Burns's avatar Brendan Burns

fix a missing 'g'

parent 8ab8d90b
...@@ -136,7 +136,7 @@ start_k8s(){ ...@@ -136,7 +136,7 @@ start_k8s(){
# Start kubelet & proxy, then start master components as pods # Start kubelet & proxy, then start master components as pods
docker run --net=host -d -v /var/run/docker.sock:/var/run/docker.sock gcr.io/google_containers/hyperkube:v${K8S_VERSION} /hyperkube kubelet --api_servers=http://localhost:8080 --v=2 --address=0.0.0.0 --enable_server --hostname_override=127.0.0.1 --config=/etc/kubernetes/manifests-multi docker run --net=host -d -v /var/run/docker.sock:/var/run/docker.sock gcr.io/google_containers/hyperkube:v${K8S_VERSION} /hyperkube kubelet --api_servers=http://localhost:8080 --v=2 --address=0.0.0.0 --enable_server --hostname_override=127.0.0.1 --config=/etc/kubernetes/manifests-multi
docker run -d --net=host --privileged cr.io/google_containers/hyperkube:v${K8S_VERSION} /hyperkube proxy --master=http://127.0.0.1:8080 --v=2 docker run -d --net=host --privileged gcr.io/google_containers/hyperkube:v${K8S_VERSION} /hyperkube proxy --master=http://127.0.0.1:8080 --v=2
} }
echo "Detecting your OS distro ..." echo "Detecting your OS distro ..."
...@@ -148,4 +148,4 @@ bootstrap_daemon ...@@ -148,4 +148,4 @@ bootstrap_daemon
echo "Starting k8s ..." echo "Starting k8s ..."
start_k8s start_k8s
echo "Master done!" echo "Master done!"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment