mirror of https://github.com/k3s-io/k3s
Update gce.md
Fixed a minor typo (and capitalized Kubernetes, which seems to be consistent with usage elsewhere).pull/6/head
parent
7603ef443f
commit
1d437f2186
|
@ -29,7 +29,7 @@ boot2docker.
|
||||||
cluster/kube-up.sh
|
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
|
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`
|
can tweak some of these parameters by editing `cluster/gce/config-default.sh`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue