What are the best practices for cluster upgrades in k8s? #19211
Unanswered
crossoverJie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Refer to the documentation here:
https://pulsar.apache.org/docs/2.10.x/administration-upgrade/
https://pulsar.apache.org/docs/2.10.x/helm-upgrade/
Here are the steps I took:
When a small number of messages are sent during the upgrade process, everything works fine.
But as soon as I increase the number of producers and the rate at which messages are sent, a timeout exception occurs, which results in lost messages.
Any suggestions to fix this problem?
Thx.
Beta Was this translation helpful? Give feedback.
All reactions