streamnative / pulsar-manager

A tool for managing Apache Pulsar.
Apache License 2.0
12 stars 3 forks source link

ISSUE-450: IPv6 Pulsar-manager deployment through helm chart #253

Open sijie opened 2 years ago

sijie commented 2 years ago

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. image image image image

ParameshP45 commented 2 years ago

Can anyone please pick this issue. Thanks in advance.