Gcloud push error : ERROR: gcloud crashed (ValueError): No JSON object could be decoded

8/17/2016

I'm trying to push my docker image to gcloud for my kubernetes but i've got the following error

ERROR: gcloud crashed (ValueError): No JSON object could be decoded

Any idea ?

-- Kew Kylyu Vacquier
docker
gcloud
google-cloud-platform
kubernetes

2 Answers

8/17/2016

Just needed to remove the file .dockercfg from the home user...

-- Kew Kylyu Vacquier
Source: StackOverflow

8/17/2016

This is related to a known issue; please follow that issue for updates.

The error should be intermittent, so you should be able to try again.

-- Zachary Newman
Source: StackOverflow