adoroszlai commented on code in PR #10194:
URL: https://github.com/apache/ozone/pull/10194#discussion_r3203968764
##########
hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml:
##########
@@ -35,6 +38,12 @@ services:
- ../..:/opt/hadoop
- ../_keytabs:/etc/security/keytabs
command: ["/opt/hadoop/compose/common/init-kdc.sh"]
+ healthcheck:
+ test: ["CMD-SHELL", "test -s /etc/security/keytabs/scm.keytab && nc -z
127.0.0.1 88"]
+ interval: 2s
+ timeout: 3s
+ retries: 45
+ start_period: 5s
Review Comment:
Thanks @ss77892 for moving the healthcheck to the image definition. New
image with that change is now available
(`ghcr.io/apache/ozone-testkrb5:20260507-1`) for use in this PR.
--
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]