Hi EveryOne. I am trying to create k8s cluster usi...
# getting-started
a
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
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
Thanks a lot