mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
Update create-k8s-cluster.md
This commit is contained in:
parent
027b3425ab
commit
2c50f3ce86
@ -16,7 +16,7 @@ gcloud container clusters create nats-k8s-cluster \
|
|||||||
--machine-type n1-standard-2
|
--machine-type n1-standard-2
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that since this is a regional cluster we are specifying `--num-nodes 1` which will create a kubelet on 3 different zones. In case of creating a [single-zone cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster) but want 3 nodes then you have to specify `--num-nodes 3`.
|
Note that since this is a regional cluster we are specifying `--num-nodes 1` which will create a kubelet on 3 different zones. If you are creating a [single-zone cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster) but want 3 nodes then you have to specify `--num-nodes 3`.
|
||||||
|
|
||||||
|
|
||||||
## Amazon Kubernetes Service
|
## Amazon Kubernetes Service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user