archenroot edited a comment on issue #11277:
URL: https://github.com/apache/pulsar/issues/11277#issuecomment-877702040


   ref: https://github.com/apache/pulsar/issues/4480
   I am getting now suspicious that its the metadata of the cluster whats being 
not in good shape:
   ```
      - >
               {{- include "pulsar.toolset.zookeeper.tls.settings" . | nindent 
12 }}
               bin/pulsar initialize-cluster-metadata \
                 --cluster {{ template "pulsar.cluster.name" . }} \
                 --zookeeper {{ template "pulsar.zookeeper.connect" . }}{{ 
.Values.metadataPrefix }} \
                 {{- if .Values.pulsar_metadata.configurationStore }}
                 --configuration-store {{ template 
"pulsar.configurationStore.connect" . }}{{ 
.Values.pulsar_metadata.configurationStoreMetadataPrefix }} \
                 {{- end }}
                 {{- if not .Values.pulsar_metadata.configurationStore }}
                 --configuration-store {{ template "pulsar.zookeeper.connect" . 
}}{{ .Values.metadataPrefix }} \
                 {{- end }}
                 --web-service-url http://{{ template "pulsar.fullname" . }}-{{ 
.Values.broker.component }}.{{ template "pulsar.namespace" . }}.svc.{{ 
.Values.clusterDomain }}:{{ .Values.broker.ports.http }}/ \
                 --web-service-url-tls https://{{ template "pulsar.fullname" . 
}}-{{ .Values.broker.component }}.{{ template "pulsar.namespace" . }}.svc.{{ 
.Values.clusterDomain }}:{{ .Values.broker.ports.https }}/ \
                 --broker-service-url pulsar://{{ template "pulsar.fullname" . 
}}-{{ .Values.broker.component }}.{{ template "pulsar.namespace" . }}.svc.{{ 
.Values.clusterDomain }}:{{ .Values.broker.ports.pulsar }}/ \
                 --broker-service-url-tls pulsar+ssl://{{ template 
"pulsar.fullname" . }}-{{ .Values.broker.component }}.{{ template 
"pulsar.namespace" . }}.svc.{{ .Values.clusterDomain }}:{{ 
.Values.broker.ports.pulsarssl }}/ || true;
   ```
   This is pulsar-cluster-initialize.yaml file where metadata gets initiated
   
   Above script is suspicious to me from fact that its providing both nonTLS 
and TLS URL endpoints, but maybe pulsar can handle this. I mean I have TLS 
disabled in values file, so I shouldn't be seeing any kind of https ....


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to