redhat-cop / keepalived-operator

An operator to manage VIPs backed by keepalived
Apache License 2.0
117 stars 36 forks source link

[Question] Unable to download the default keepalived image #127

Open croessner opened 5 months ago

croessner commented 5 months ago

Hi,

I installed keepalived-operator on an on-prem Kubernetes cluster. So far all is installed, but when I add a keepalivedgroup and the pods try to start, they fail, because the default image "registry.redhat.io/openshift4/ose-keepalived-ipfailover" is not free to pull. So do you have another suggestion for such an image that is freely available? And maybe this would be a nice information in the readme as well :-)

Thanks in advance

Christian

wotsyula commented 1 week ago

Hello @croessner,

You need to add a RedHat pull secret: https://www.ibm.com/docs/en/guardium-insights/3.2.x?topic=aro-optional-obtain-red-hat-pull-secret

For now you can use: quay.io/openshift/origin-keepalived-ipfailover:latest

It's 5 years old but should work for now.