pyttel commented on code in PR #10:
URL: https://github.com/apache/ozone-helm-charts/pull/10#discussion_r1834859480
##########
charts/ozone/templates/om/om-statefulset.yaml:
##########
@@ -31,6 +31,7 @@ metadata:
app.kubernetes.io/component: om
spec:
replicas: {{ .Values.om.replicas }}
+ podManagementPolicy: Parallel
Review Comment:
At this point, I get stuck in the bootstrap init container. I believe this
step is only necessary for new cluster nodes. Thus, the problem reoccurs when
we scale (once again, the scaling issue).
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]