kubernetes - with Google Container Engine, how to create a cluster with more than 3 nodes? -
If I start a cluster like this:
gcloud container clusters --zone = $ Zone creates $ CLUSTER_NAME
I get three workers nodes How do I create a cluster with more?
It is possible to create a different number using worker nodes when you create a cluster, - num-nodes
option:
create gcloud container clusters --zone = $ ZONE $ CLUSTER_NAME --nom-nodes = 5
< / Div>
Comments
Post a Comment