Hi community, I'm recently seeing this issue with ...
# getting-started
s
Hi community, I'm recently seeing this issue with GKE. I'm wondering if the pulumi k8s plugin
kubernetes-4.5.0
release was deleted by accident?
Copy code
Could not automatically download and install resource plugin 'pulumi-resource-kubernetes' at version v4.5.0, install the plugin using `pulumi plugin install resource kubernetes v4.5.0`: error downloading provider kubernetes to file: failed to download plugin: kubernetes-4.5.0: 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v4.5.0-darwin-arm64.tar.gz>
Context: I use Pulumi Github Action in CICD and occasionally use local CLI for deployment I assume these two tag list should be aligned? https://github.com/pulumi/actions/tags https://github.com/pulumi/pulumi-kubernetes/tags
d
It looks like the 4.5.0 tag was deleted for some reason. Upgrading to 4.5.1 should fix this error
The actions tags are unrelated to provider tags
s
I believe the 4.5.0 release was retracted due to a bug. As @dry-keyboard-94795 points out, upgrading to a newer release should fix the problem.