````pulumi plugin install resource kubernetes`. Un...
# general
a
Copy code
`pulumi plugin install resource kubernetes`.
Underlying error: 401 HTTP error fetching plugin from <https://api.github.com/repos/pulumi/pulumi-kubernetes/releases/lates>
Is this a known error that happens now and then? or is something wrong with our configuration? (that same 401 error, we get for a few other plugins aswell, on our CI servers)
s
Generally speaking this means you need to set
GITHUB_TOKEN
(I believe that’s the correct environment variable) so that you don’t get rate-limited.
a
makes sense, when we get 401 yeah