While trying to locally run the "java cloud run hello word sample" Cloud Run: Run Locally
I keep getting
Enabling GCP auth addon...
Failed to enable GCP auth addon. Deployment will continue but GCP credentials will not be added to minikube. Please ensure you have up to date application default credentials (ADC) by running
gcloud auth login --update-adc
Things that I have tried and didn't solve the problem
- run
gcloud auth login --update-adc
- use a different service account
- not provide a service account
- provide the environment variable GOOGLE_APPLICATION_CREDENTIALS
What am I missing?