https://pulumi.com logo
#getting-started
Title
# getting-started
a

ancient-energy-2517

03/21/2022, 11:11 PM
Hi EveryOne. I am trying to create k8s cluster using this tutorial: https://www.pulumi.com/registry/packages/gcp/api-docs/container/cluster/#with-a-separately-managed-node-pool-recommended . But when I set nodeCount to 1 or 2, on GCP console I observe 3 node cluster.
b

bright-receptionist-28471

03/22/2022, 2:43 PM
What are you passing for
location
and/or
node_locations
? If you pass a region for
location
and don't set
node_locations
to specific zones, the NodePool will spin up
node_count
nodes in each zone of the region
a

ancient-energy-2517

03/23/2022, 9:38 PM
Thanks a lot
4 Views