Morning ! I'm hoping you can help me, i'm setting up with google cloud using the pulumi Typescript p...
m
Morning ! I'm hoping you can help me, i'm setting up with google cloud using the pulumi Typescript project. I'm just trying to setup a standard cluster (not autopilot) with a node pool and image streaming enabled (among some other options i've gotten working), and am having particular difficulty getting image streaming to enable. So far what i've found from the docs is that by adding the gcfs (google cloud file system) config and setting it to be enabled, specifying my image type as 'COS_CONTAINERD' and ensuring my node version is higher than 1.19 (its 1.29.5), as well as having a decent amount of memory (16gb) then i should be all good ? but there's no specific config for actually enabling it similar to other options out there that would have enabled: true. This is where i'm getting my understanding from: https://www.pulumi.com/registry/packages/gcp/api-docs/container/cluster/#clusterresourceusageexportconfig Any help on this particular matter would be greatly appreciated! Happy to show my code 🙂