hallowed-room-5599
02/21/2023, 2:16 PMdefaul_pool = container.NodePool(
"default-pool",
# REQUIRES CLUSTER NAME
location="europe-central2-a",
autoscaling={..}
..
)
cluster = container.Cluster(
"mycluster",
location="europe-central2-a",
node_pools=[default_pool],
..
)