This message was deleted.
s
This message was deleted.
s
as one would predict, running that recommended fix results in:
Copy code
$ pulumi plugin install resource kubernetes v0.0.2

[resource plugin kubernetes-0.0.2] installing
error: [resource plugin kubernetes-0.0.2] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v0.0.2-linux-amd64.tar.gz>
Strange workaround, updating the npm package version to match the installed kubernetes plugin version bypasses that error
Copy code
"version": "2.8.2",
Copy code
$ pulumi up
[...]
     Type                                                              Name                                       Plan       Info
     pulumi:pulumi:Stack                                               haze-omega
 +   ├─ kubernetes:<http://cert-manager.io/v1:ClusterIssuer|cert-manager.io/v1:ClusterIssuer>                    letsencrypt-staging                        create
[...]