Issue - While using the gsutil command to download a file from google bucket with public access from a GCP instance we get the following error
root@openvpn:~# gsutil cp gs://google-artifacts-1/openvpn/openvpn-install.sh /tmp/openvpn-install.sh Failure: Could not reach metadata service: Not Found.
gsutil -D cp gs://...
– Faugh