We are doing IPv6 apache pulsar deployment. Zookeeper, proxy, bookie, broker, pulsar-manager,toolset, recovery deployed successfully through pulsar helm chart. All the communications are good except pulsar-manager. Nginx in pulsar manager accepting connections through IPv4 rather than IPv6.
We need to modify /etc/nginx/confi.d/default.conf listener and server from 9527 to [::]:9527 and 0.0.0.0 to [::]. Could someone please help to achieve this. Thanks in advance.
Original Issue: apache/pulsar-manager#450
Hi Team,
We are doing IPv6 apache pulsar deployment. Zookeeper, proxy, bookie, broker, pulsar-manager,toolset, recovery deployed successfully through pulsar helm chart. All the communications are good except pulsar-manager. Nginx in pulsar manager accepting connections through IPv4 rather than IPv6.
We need to modify /etc/nginx/confi.d/default.conf listener and server from 9527 to [::]:9527 and 0.0.0.0 to [::]. Could someone please help to achieve this. Thanks in advance.
Attached screenshots for your reference.