michaeljmarshall commented on a change in pull request #130:
URL: https://github.com/apache/pulsar-helm-chart/pull/130#discussion_r779156795
##########
File path: charts/pulsar/values.yaml
##########
@@ -278,7 +278,7 @@ zookeeper:
replicaCount: 3
updateStrategy:
type: RollingUpdate
- podManagementPolicy: OrderedReady
+ podManagementPolicy: Parallel
Review comment:
I think `Parallel` is the right choice for us. It'll lead to faster
cluster initialization.
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#parallel-pod-management
--
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]