Getting a ton of: ```warning: failed to get capab...
# general
t
Getting a ton of:
Copy code
warning: failed to get capabilities: querying capabilities failed: performing HTTP request: Get "<https://api.pulumi.com/api/capabilities>": dial tcp: lookup <http://api.pulumi.com|api.pulumi.com>: no such host
error: performing HTTP request: Get "<https://api.pulumi.com/api/stacks/org/project/stack>: lookup <http://api.pulumi.com|api.pulumi.com>: no such host
Anyone else experiencing these issues?
I'm deploying a lot to Azure using pulumi.. I wonder if I'm getting rate limited in some way 🤔
Sometimes the warning disappears and I only get:
Copy code
error: performing HTTP request: Get "<https://api.pulumi.com/api/stacks/org/project/stack>": dial tcp: lookup api.pulumi.com: no such host
l
@thankful-painting-31068 "no such host" usually means that your DNS resolver is not working on the system you run pulumi on.
t
Thanks Ringo. Switching to 8.8.8.8 got me past it