https://pulumi.com logo
a

abundant-airplane-93796

04/11/2019, 12:40 AM
just upgraded my
@pulumi/gcp
from 0.17.4 to 0.18.3 and now pulumi is determined that it wants to replace my gke cluster with no changes. anyone got any tips for getting it to behave?
w

white-balloon-205

04/11/2019, 1:46 AM
I would guess this might be related to some of the issues noted in https://github.com/pulumi/pulumi-gcp/issues/88. There are some notes in https://github.com/pulumi/pulumi-gcp/issues/88#issuecomment-480848030 on how you can debug this. Feel free to DM me if needed to help diagnose and fix.
a

abundant-airplane-93796

04/11/2019, 10:08 AM
the debugging notes helped, thanks! ended up having to remove my
Copy code
masterAuth: {
  username: "",
  password: ""
}
block