rhythmic-france-96553
06/15/2023, 11:41 PMenable_autopilot=True
throws an error (specifically googleapi: Error 400: Max pods constraint on node pools for Autopilot clusters should be 32.
), but setting the default_max_pods_per_node
to 32 leads to the error Conflicting configuration arguments: "default_max_pods_per_node": conflicts with enable_autopilot. Examine values at 'platform-cluster-silver.defaultMaxPodsPerNode'.
.
My next step was to manually create the cluster and try to import it but I ran into syntax trouble with no obvious docs to help sort it out. The command I landed on that failed was pulumi import gcp:container/cluster:Cluster cluster-name-on-gcp cluster-name-in-pulumi
and that didn’t get me anywhere.
So any pointers either towards successfully creating an autopilot cluster, or importing one? Thanks all!