I tried downloading and using the gcloud bash tool to manage my accounts, however everything I do with the tool is exceptionally slow. It will take MINUTES to reply to a command that is typed.
Is there perhaps a firewall I need to open up on my router or something else to get this to work fast like it's supposed to? For example, the "Installing..." lines in this video https://youtu.be/4y4-xn4Vi04?t=1m21s -- you'll notice they are all complete in the tutorial within a few seconds. This takes over 10 minutes to complete on my machine.
I'm on a newer Macbook Air, and all other internet/etc works really fast. I'm on a decent speed internet connection from AT&T Uverse (30mbps/3mbps). All other browsing is fast and just fine, the only thing in the world I have a problem with is this gcloud tool.
traceroute www.googleapis.com
reveals the delay on remote Google servers and not at the client or router's end. gcloud version is SDK 169.0.0 – Ctngcloud.py config config-helper
- both with thegcloud
&kubectl
commands - it appears to be hanging during a DNS lookup ofmetadata.google.internal
for me. Using Google's public DNS servers may help. – Dives