I am using Cisco anyconnect vpn, wsl2, Ubuntu 20.04 LTS and I have a problem with setting up my gcloud project.
gcloud config set project my_project
There is no issue with my Windows CMD, so there is no issue with my account. I am able to curl google.com
in my wsl2 as well so there is no DNS issue, I mean have the network in my wsl.
I am not sure what privilege I don't have in my wsl2 that caused the system stuck.
In addition, I tried to use an alternative way to set the project and run the
gcloud container clusters ....
but I am not able to run this command as well.
I don't have any issue with the below commands either, which I am running before the above first statement:
gcloud auth activate-service-account --key-file $HOME/mydevdetails.json
gcloud config set account my-dev@dev-server.iam.gserviceaccount.com
Would you mind helping me to figure out what is missing?