Open jkodroff opened 1 year ago
@jkodroff I don't believe we have a privateConfig
field for GKE clusters. Do you mean privateClusterConfig
? If so, then yes, we should be expecting this in a diff if that block is removed.
Nevermind, I see in the title that you do mean privateClusterConfig
. Could you also provide a code snippet so I can see how you're defining your GKE cluster?
@rquitales Sorry, that was an oversight! (Was creating this issue while trying to work on workshop material on a short deadline.)
Steps to repo:
pulumi new kubernetes-gcp-typescript
pulumi up
privateClusterConfig
block): https://github.com/pulumi/templates/blob/master/kubernetes-gcp-typescript/index.ts#L51-L55pulumi up
-> no diff
What happened?
Removing the
privateConfig
block from a deployed GKE cluster does not show a diff on update.Expected Behavior
Should show a diff, I'm assuming. Couldn't swear to it, since I'm not a GKE expert by any means.
Steps to reproduce
pulumi new kubernetes-gcp-typescript
pulumi up
privateClusterConfig
blockpulumi preview
<-- No diffOutput of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).