From 1d437f2186f8f1a9c9c34c155ffbc03558d18ca1 Mon Sep 17 00:00:00 2001 From: Dan Ciruli Date: Tue, 21 Oct 2014 17:16:21 -0700 Subject: [PATCH] Update gce.md Fixed a minor typo (and capitalized Kubernetes, which seems to be consistent with usage elsewhere). --- docs/getting-started-guides/gce.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/gce.md b/docs/getting-started-guides/gce.md index f64fb61889..be7c5ca571 100644 --- a/docs/getting-started-guides/gce.md +++ b/docs/getting-started-guides/gce.md @@ -29,7 +29,7 @@ boot2docker. cluster/kube-up.sh ``` -The script above relies on Google Storage to stage the kuberntes release. It +The script above relies on Google Storage to stage the Kubernetes release. It then will start (by default) a single master VM along with 4 worker VMs. You can tweak some of these parameters by editing `cluster/gce/config-default.sh`