Hi, quick question, I wanted to test Googles Datap...
# google-cloud
r
Hi, quick question, I wanted to test Googles Dataplane V2 and adjust my Pulumi script to create a cluster with Dataplane v2 enabled.. I checked the documentation (I checked the "classic" and the new "native" provider), but I couldn't find the needed config option 😞
l
I just did a search in the github repo and I could only see mention of this on the interconnect attachment: https://github.com/pulumi/pulumi-google-native/search?l=TypeScript&q=dataplane&type=code My guess would be that this isn't added by Pulumi as Dataplane V2 is still in beta according to Google: https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2 That's just a guess though.