:exclamation: :exclamation: :exclamation: Is there...
# general
w
Is there a known production issue with Pulumi plugin resources? Since this morning we get this during `up`:
Copy code
error: 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-linux-amd64.tar.gz>
Running curl/get returns
403
on that tar file 😵 😵 😵
Copy code
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>AFY30W1MVFJJ5BF2</RequestId><HostId>4BnwH/jm+W1ECpzJbTshX5YopdJOwUS3AZ+LimAU3TgttsmV6a4gIlI4IzGRNvxpWJhWkDzEtn8=</HostId></Error>%
This issue is communicated very badly in my opinion.