Open dmesser opened 3 years ago
Copied from: https://github.com/operator-framework/community-operators/issues/4269
When installing the operator using OLM the pod stays on PullImageBackoff.
It seems that the bintray repo is returning a 403:
$ docker pull lightbend-docker-registry.bintray.io/lightbend/akkacluster-operator:v1.0.0 Error response from daemon: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value: "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>403 Forbidden</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"
Copied from: https://github.com/operator-framework/community-operators/issues/4269
When installing the operator using OLM the pod stays on PullImageBackoff.
It seems that the bintray repo is returning a 403: