zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.32k stars 980 forks source link

Failed to pull image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.1": #1956

Open ralphflat opened 2 years ago

ralphflat commented 2 years ago

I ran through the getting started guidelines and I ran into an error with the following:

kubectl create -f manifests/postgres-operator.yaml

Warning Failed 22m kubelet Failed to pull image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.1": rpc error: code = Unknown desc = failed to pull and unpack image "registry.opensource.zalan.do/acid/postgres-operator:v1.8.1": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://zalando-opensource-os-registry-eu-central-1.s3.eu-central-1.amazonaws.com/sha256%3A0c8d67c9d2ec52e5091cd15d8e069350581f5cad53081762c79da0b3bc37f51c?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEJv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDGV1LWNlbnRyYWwtMSJIMEYCIQDnIeHpM8NN2UMM%2F8GsGwrcNrcOhj2zkzPrTixaNUewSAIhAL2c4QaD45rscfivUc3ecWNRfTMdNLLTxtva3PwyuuIWKuUECMT%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEQAxoMMDgyMTk0OTM5OTk3IgyVVP1%2BFT4PHlUmgJ8quQQzAH6IWp2jXiOSsJm%2BfXCvLDLY5yVbw0nE%2BXHytUgJ6b1qxVUcCJHi72v1oxWpMnHS36MtIuP9NX00CQ3767K3TqdLV6nHzQNv%2BlGt4o8vhTzL8vH5rLPHVOJUxE4o%2Bwu2WLBpTikshauqGvKoON2ks8T6n0ZR8kVi2Z%2BHXwnD9xluPDmEukTpiNxd%2FWhS%2FgaOV%2FuUMQkLtCEYGQaylU8SfgTCF7F3bXLWcm4ZusBtDdXB9MYeJcyy4xs0dxCR8QfvYxQEFQsdgCUsHHSSZuFm6zW%2BTvI9aptaYLnkr2dX7M5JJadrwTnri%2F5Bqzo%2BMB2ieTshj6zEMVmB6LHgAA4WBsMhDgp7lwFIsVLRNBOoE10X3fEdhpEwwpvWZzzpXi9jiV427wUAOypaDz0UAzrkCcxljrtEcaG%2FXfWGd2uIYCetR2clovV1H4ALtPhMXXwYq%2BZ%2FufmKq3sj89ieTtQvDKV8ohpOycYbYISRMTxaXGlTA7Z0mVOxXFXNWNtRsrhRzOtLE%2BvCVED2ptai%2B%2BLnhPUGN1bH63lF0MxcJdBKqipCF0QPSTsh3hojLFXyw8oWopyT2%2F5lOIHS8lda46Os2SLxLoGdsv%2Fi0XC36X5XqB4jRdXrCedBI21M7VT7L8H60qCpUXaZSHMXs76JvECQzA%2FBWrgi4wUQAmyIJ24Kvxi4TgPLchTqaq%2FI9B%2B9nF3x%2Ba%2FcyAstX5VSzCA5PUsWkLmumj4pt5GFYdWbwwFB9nX9Lofvay5UvTDou5eWBjqoAcO7%2FKA4At2JxhkygeSUfpRnLn0H8%2B81zRD9HPGiQ1EjT2Pu97GuDGIIWiXyokZJubAq1YfSzp7VJrPSbjzN%2Fmfa4VNONRgCHRpcnv4SNSAWqy2KQWYqhBgk1rWTRvaySHmNKHvAKz%2FiKgnwH7iw%2F2qzYfKYYazJJdt3CLUweS3231Dg6%2FBMnnwurgNsGJVgOkJwA%2FXS8gypAuOvH6oL52V3vr8zURCnAQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220706T200300Z&X-Amz-SignedHeaders=host&X-Amz-Expires=30&X-Amz-Credential=ASIARGIZTIBO45MY5PHF%2F20220706%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=2e4d53e054ad1c4f2bff4a98b26a2c0caee44e1e77c2288a5c633c4211fb7931": EOF

I did not find this image on Docker hub. where is this image hosted?

I am able to pull other Docker image (example below for Redis):

docker pull redis:latest
Trying to pull repository docker.io/library/redis ...
latest: Pulling from docker.io/library/redis
b85a868b505f: Already exists
b09642bd3b88: Pull complete
e0678a951c8d: Pull complete
d5d7c0a1681b: Pull complete
954286b64dd1: Pull complete
58024fcab1ef: Pull complete
Digest: sha256:d581aded52343c461f32e4a48125879ed2596291f4ea4baa7e3af0ad1e56feed
Status: Downloaded newer image for redis:latest
redis:latest

When I tried to pull the postgres-operator directly, I get the same errors as with Kubernetes

docker pull registry.opensource.zalan.do/acid/postgres-operator:v1.8.1
Trying to pull repository registry.opensource.zalan.do/acid/postgres-operator ...
v1.8.1: Pulling from registry.opensource.zalan.do/acid/postgres-operator
1b7ca6aea1dd: Pulling fs layer
32103b1f665d: Pulling fs layer
c248cbddea5c: Pulling fs layer
30690975da12: Waiting
4797fc1826a8: Waiting
0ed323ad893c: Waiting
5e5f12c05b41: Waiting
error pulling image configuration: Get "https://zalando-opensource-os-registry-eu-central-1.s3.eu-central-1.amazonaws.com/sha256%3A0c8d67c9d2ec52e5091cd15d8e069350581f5cad53081762c79da0b3bc37f51c?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEJz%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDGV1LWNlbnRyYWwtMSJHMEUCIFUjTVuaxCOBEyLUBqVTF3A2pod6lrKt5AfxLnH4oYytAiEAnfHl7Ok61dTy1IAXJ8N3WWBTTuTI7Xj5Db4wqSO0PyIq5QQIxf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARADGgwwODIxOTQ5Mzk5OTciDEH5gWRKmMwlmqNxciq5BAnpGP9wG3gfJ0%2FZWV9rcYryS%2FcevKZBGhIKuajzsN1ZN7Zuf9eZ7LtmNdM5yRcpRvduv%2BEBsdvthKEN1WhECUEaBLlNX18eqPvBdUYmtgLslSVkgpf%2FN0wLMV6rJLe4tVlybSIViDM%2BheLzlFin8svtOt5Oz9W2BT2j8Jzr16mQkisYJGRs2tEIJoajIMfJZoEh%2FIjdJGLsZytbqqqf5SWQQD%2BUvNfd55FHVnWooax%2FPLKdPh%2BBwh1cdJ46O%2F4T2ydZzSKvvFc1Z2iyGxm5UyEquLsc%2BylLk6vN0glHQtg%2B5Q%2FvpkHwWXD%2F4ZQS56XlSpfOMsXG78cj%2Bijw%2FDDyxqYbhZ74VBCbfWarh0R7JWH7TpbYUGijvslqWwIAgDyRW39RfNEKtG1RoF823GP1kjiBJ7Qb1Bi1joU8ILQ27VGd2n%2Fl9NAFiXuIia1FnPztxefsWpaDYxUoNEswqSAkhAdir1%2BBo1XCE58resbCVlHqyKEGIheU4cjdmm8IHooIFpCSmKejV1Lsr6apgzGuCOgA2YBJUvHZY%2BNfLySp6Qn16EdqfA6paz02%2Baa29WGo1NJgD5ygdNQPJ0MrLV2jmKYFo0GvCYpLjkYQ7gJT6RFd0QhGZ9g1ygWU8ZsJTOeKqOZvtPHuovgnIJjuaEya9OkTpax5r9X3olh%2FFQV9aTeGt%2BFFieMLxPqdhqAua%2Bf15%2FgG80aTHHI1GkDn0EJYXzZpc8tGbGkCQt%2FqXEPyUsI8zYKE5C8fg3jJMMrHl5YGOqkBihoHcYvH6qpPCKh9CMT%2Flww7mXXb5m7MyiozVY3AVMXiDXmmOGfXTNFXc7yRjtTlysLQlbYNlhCp%2B7m7nAJHzqTTmDUs%2FV25KECYOFp03ymrFRWLBiGunZ7a2iD5u%2FPiu%2F22BtD%2Fc%2BLPNtQa08AeWLiuzC4fL65ithEdMAeIF%2B0PNt1S2XyjimeRaulfvoLLmHczuorsiUKf01j9vF0ELvPEmXhEKqehMw%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220706T202114Z&X-Amz-SignedHeaders=host&X-Amz-Expires=30&X-Amz-Credential=ASIARGIZTIBOUAFXRT7T%2F20220706%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=87ed90dea45cb2ed657a52a10ff494f9f16d4f9cb498f566478afe6ef095fac3": EOF

Please provide some help

FxKu commented 2 years ago

Maybe our registry was temporarily down? Does the error persist?

ralphflat commented 2 years ago

Then the registry is still down. I tried twice this morning (a couple of hours difference in time) and failed in the same way both times.

FxKu commented 2 years ago

Hm. For me pulling works. See also no incident on our side. Can you try 1.8.2 maybe?

ralphflat commented 2 years ago

I have tried both 1.8.1 and 1.8.2 without success. I am able to pull down other packages such as nginx and redis.

sskirito commented 2 years ago

I'm encounting with the same problem. Have you solved it?

ghost commented 1 year ago

Is there any existing fix for this? Getting the same error for the UI 'Failed to pull image "registry.opensource.zalan.do/acid/postgres-operator-ui:v1.8.2"