operator-framework / community-operators

The canonical source for Kubernetes Operators that appear on OperatorHub.io, OpenShift Container Platform and OKD.
Apache License 2.0
418 stars 562 forks source link

Akka Cluster operator can't be installed, Bintray repo returns 403 #4269

Closed lvicentesanchez closed 3 years ago

lvicentesanchez commented 3 years ago

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"
lvicentesanchez commented 3 years ago

This has been posted in the operator repo too

https://github.com/lightbend/akka-cluster-operator/issues/58