Hello! Why am I getting this message when trying t...
# getting-started
d
Hello! Why am I getting this message when trying to run pulumi up? I'm not using anything with gcloud
Copy code
pulumi:pulumi:Stack (mystack-dev):
    ERROR: (gcloud.auth.docker-helper) There was a problem refreshing your current auth tokens: Reauthentication failed. cannot prompt during non-interactive execution.
    Please run:
      $ gcloud auth login
    time="2024-12-10T12:19:40+01:00" level=warning msg="Failed to get credentials for registry: <http://asia.gcr.io|asia.gcr.io>" error="error getting credentials - err: exit status 1, out: ``"
    ERROR: (gcloud.auth.docker-helper) There was a problem refreshing your current auth tokens: Reauthentication failed. cannot prompt during non-interactive execution.
Note: everything I want to do works fine, I just get this in the diagnostics output
b
you have the gcloud docker helper installed and the credentials have expired
d
I see, thanks! I removed it and it doesn't show anymore, cheers!