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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -