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

feat: pulsar support nodeport #358

Merged
merged 4 commits into from
Mar 11, 2024
Merged

feat: pulsar support nodeport #358

merged 4 commits into from
Mar 11, 2024

Conversation

caiq1nyu
Copy link
Collaborator

@caiq1nyu caiq1nyu commented Mar 7, 2024

Pulsar Broker & Proxy component support NodePort service with KB0.8 Component api.

Because the KB component api does not support version management so far, this PR uses Component api for version 3.0.2, while 2.11.2 still uses the ClusterDefinition api.

users can enable the nodeport function by setting enableNodePort=true in the pulsar-cluster helm values.

description: Pulsar zookeeper.
serviceKind: pulsar
serviceVersion: {{ default .Chart.AppVersion .Values.clusterVersionOverride }}
updateStrategy: BestEffortParallel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Serial would be better

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for components without kb role detection logic, RSM currently has bugs under the SerialUpdateStrategy strategy(issue: apecloud/kubeblocks#6785). so try the BestEffortParallel strategy to ensure normal function.

@caiq1nyu caiq1nyu merged commit cdf8a2b into main Mar 11, 2024
2 checks passed
@caiq1nyu caiq1nyu deleted the feat/pulsar-nodeport branch March 11, 2024 01:53
@caiq1nyu
Copy link
Collaborator Author

/cherry-pick release-0.8

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/8226562966

apecloud-bot pushed a commit that referenced this pull request Mar 11, 2024
(cherry picked from commit cdf8a2b)
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

Successfully merging this pull request may close these issues.

4 participants