Hi Team,
We are trying to creating a ipv6 CB podman container and it was successful. After container creation when we are trying set auto failover and ipv6 family for container getting below error.
[root@localhost ~]# podman exec -it cbipv6 curl -X POST -u cbadmin:cbadmin http://localhost:8091/settings/autoFailover -d ‘enabled=false’
curl: (7) Failed to connect to 127.0.0.1 port 8091 after 0 ms: Couldn’t connect to server
We had disable the Firewalld service and checked the netstat command it is listens over 8091 port.
[root@localhost ~]# netstat -an | grep 8091
tcp6 0 0 2001:db8:1:0:d685::8091 :::* LISTEN
[root@localhost ~]#
Could you please advise why we are getting these kind of errors.
Thanks,
Debasis