sparse-intern-71089
03/05/2019, 7:58 PMimportant-leather-28796
03/05/2019, 8:05 PMnodePools: [{
management: {
autoRepair: true,
autoUpgrade: true,
},
}],
These typescript definitions appear to be non-specific when I am hoping they guide my configuration.
The above fails with error: Plan apply failed: googleapi: Error 400: It's invalid to specify both cluster.node_config and a node pool. Please only provide a node pool., badRequestgorgeous-egg-16927
03/05/2019, 8:43 PMbreezy-hamburger-69619
03/05/2019, 8:44 PMcreamy-potato-29402
03/05/2019, 11:29 PMwhite-balloon-205
nodeConfig?important-leather-28796
03/06/2019, 12:26 AMwhite-balloon-205
nodeConfig inside the pool you want it to apply to. The nodeConfig at the root configures the default NodePool, which can't be used if you specify an explicit array of NodePools.
You can see the shape in the API docs: https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/container/#ClusterArgs-nodePoolsimportant-leather-28796
03/06/2019, 12:35 AM