gsm-controller
gsm-controller copied to clipboard
Version 0.0.51 + are not available on gcr.io
First of all ! Thanks for creating this ! I tried to deploy this controller on my cluster, but had an ErrImagePull on the pod.
After checking the gcr.io registry I saw that versions of the controller from 0.0.51 + haven't been pushed to the registry.
I am also having the same issue.
this is like the third or fourth time this has happened. Shame on me for using a public container registry and not pushing it to my own, but this is not a good look for the project.
@waveywaves if you want to get around this issue, you can pull down the code, checkout the tag you want to build, run make linux
and then docker build .
and push to your own registry.