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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -