[HA Proxy] HA proxy service deployment failed while deploying ingress service on RGW with error Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.myrgw
> Jan 12 01:04:33 ... conmon[47117]: error: unknown command "haproxy" for "openshift-router"
Looks like the downstream container has a different entrypooint set. Upstream uses this one: https://github.com/docker-library/haproxy/blob/master/2.3/docker-entrypoint.sh
I think we have to overwrite the entrypoint using {{--entrypoint=}} e.g.
{code}
podman run -it --rm --entrypoint= registry.redhat.io/openshift4/ose-haproxy-router:v4.9 /bin/bash
{code}
And them make sure we add {{-W -db}} to the container args.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Red Hat Ceph Storage 5.1 Bug Fix update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2022:4622