https://pulumi.com logo
#getting-started
Title
# getting-started
s

stale-tomato-37875

10/25/2023, 12:11 AM
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

dry-keyboard-94795

10/25/2023, 9:14 AM
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

salmon-account-74572

10/26/2023, 3:35 PM
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.