faint-motherboard-95438
01/10/2019, 10:21 PM* creating urn:pulumi:REDACTED::REDACTED::REDACTED:Cluster$gcp:container/cluster:Cluster::REDACTED: Invalid address to set: []string{"cluster_autoscaling"}
It just happened to appear today while this is the gazillian time I destroy and recreate a cluster@pulumi/gcp
https://github.com/pulumi/pulumi-gcp/blob/46523ddcd0b814b96b3e625341c51b79f0db16e1/sdk/nodejs/container/cluster.ts#L189 ClusterArgs
.
I noticed @pulumi/gcp
bumped to version 0.16.4
today, so I tried to downgrade to 0.16.3
but same error.stocky-spoon-28903
01/10/2019, 11:42 PMwhite-balloon-205
pulumi plugin rm resource gcp 0.16.4
and see if that solves things for you?0.16.3
version of the NPM package)0.16.3
version.
We're looking into why this problem occurs in the first place with the latest GCP provider.faint-motherboard-95438
01/11/2019, 5:44 AMgcloud
which explicitly tells you the command to use to rollback the update (I actually downgraded the last update of gcloud
components while searching where the error was coming from)
Since your cli is updated with brew
(or whatever) and the message saying the npm package installs a plugin is barely noticeable, it was really hard to think the problem was here after having downgraded @pulumi/gcp
.
You should force update the plugin whatever the version of the packages npm installs.white-balloon-205
faint-motherboard-95438
01/11/2019, 6:22 AM