You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/09/10 21:20:50 UTC

[GitHub] [pulsar] michaeljmarshall commented on issue #11909: use helm install pulsar on k8s, how change the nodeport, then can connect from machine b.

michaeljmarshall commented on issue #11909:
URL: https://github.com/apache/pulsar/issues/11909#issuecomment-917219256


   @chlyzzo - Node ports are random if they are not declared in the yaml. The current helm chart does not allow for setting the node port for the pulsar manager. Are you trying to connect to it from inside the k8s cluster or from outside the cluster? Also, it looks like you want the port to be 4 digits. This is not possible in k8s, as node ports range from 30000 to 32767. https://kubernetes.io/docs/concepts/services-networking/service/#nodeport


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org