JacksonYao287 commented on a change in pull request #2447:
URL: https://github.com/apache/ozone/pull/2447#discussion_r681454688
##########
File path: hadoop-ozone/dist/src/main/k8s/examples/ozone-ha/scm-statefulset.yaml
##########
@@ -52,6 +52,15 @@ spec:
volumeMounts:
- name: data
mountPath: /data
+ - name: bootstrap
+ image: '@docker.image@'
+ args:
+ - ozone
+ - scm
+ - --bootstrap
Review comment:
no, the first scm instance will be started with --init, and the other
two will be started will --bootstrap, this CRD file are used in the k8s cluster
of my test environment and works well
--
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]