Skip to content

Commit

Permalink
GCE: cluster/kube-up.sh creates 3 nodes by default (kubernetes#11694)
Browse files Browse the repository at this point in the history
  • Loading branch information
oke-py authored and kychool committed Dec 26, 2018
1 parent e3f3b5c commit 7d7c5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/setup/turnkey/gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content_template: templates/task

{{% capture overview %}}

The example below creates a Kubernetes cluster with 4 worker node Virtual Machines and a master Virtual Machine (i.e. 5 VMs in your cluster). This cluster is set up and controlled from your workstation (or wherever you find convenient).
The example below creates a Kubernetes cluster with 3 worker node Virtual Machines and a master Virtual Machine (i.e. 4 VMs in your cluster). This cluster is set up and controlled from your workstation (or wherever you find convenient).

{{% /capture %}}

Expand Down Expand Up @@ -166,7 +166,7 @@ Likewise, the `kube-up.sh` in the same directory will bring it back up. You do n
## Customizing

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
then will start (by default) a single master VM along with 3 worker VMs. You
can tweak some of these parameters by editing `kubernetes/cluster/gce/config-default.sh`
You can view a transcript of a successful cluster creation
[here](https://gist.github.com/satnam6502/fc689d1b46db9772adea).
Expand Down

0 comments on commit 7d7c5f2

Please sign in to comment.