Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pulsar-manager-service template to allow for admins to open multiple ports #229

Closed
bsheltonihs opened this issue Feb 16, 2022 · 3 comments

Comments

@bsheltonihs
Copy link
Contributor

bsheltonihs commented Feb 16, 2022

Is your feature request related to a problem? Please describe.
I am using argo-cd to deploy on openshift using these helm charts. The issue I have is the backend admin service port is 7750 which the pulsar-manager-service.yaml template doesn't expose. I am trying to follow the instructions here: set-administrator-account-and-password from a node in the cluster but it doesn't work. When I go into openshift and manually add the 7750 port to the service I can then set the superuser info.

Describe the solution you'd like
I would like the pulsar-manager-service.yaml file to be updated from:
ports: - name: server port: {{ .Values.pulsar_manager.service.port }} targetPort: {{ .Values.pulsar_manager.service.targetPort }} protocol: TCP
to:
ports: - name: server port: {{ .Values.pulsar_manager.service.port }} targetPort: {{ .Values.pulsar_manager.service.targetPort }} protocol: TCP {{- if .Values.pulsar_manager.service.admin_port }} - name: {{ .Values.pulsar_manager.service.admin_port.name }} port: {{ .Values.pulsar_manager.service.admin_port.port }} targetPort: {{ .Values.pulsar_manager.service.admin_port.targetPort }} protocol: TCP {{- end }}

Describe alternatives you've considered
The only other options I have are:

  1. Create and maintain my own helm charts (which long term isn't viable)
  2. Do this manually (which doesn't allow it to be automated like I need)

Additional context
Even if you want to hardcode it instead of making it virialized that would be fine also.

@bsheltonihs bsheltonihs changed the title Update pulsar-manager-service template to allow from admins to open multiple ports Update pulsar-manager-service template to allow for admins to open multiple ports Feb 21, 2022
@alpreu
Copy link

alpreu commented Dec 29, 2023

Unfortunately, pulsar-manager does not really support OpenShift yet. You can try @streamvisor, it runs on OpenShift out of the box and is also free :)

@lhotari
Copy link
Member

lhotari commented Feb 15, 2024

Unfortunately, pulsar-manager does not really support OpenShift yet. You can try @streamvisor, it runs on OpenShift out of the box and is also free :)

Please stop spamming this issue tracker with your advertisements, @alpreu.

@lhotari
Copy link
Member

lhotari commented Feb 15, 2024

Closing this outdated issue. #457 improves the pulsar manager integration.

@lhotari lhotari closed this as completed Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants