This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 2c7fac752ab HDDS-15832. Wait for healthy KDC before starting S3G
(#10730)
2c7fac752ab is described below
commit 2c7fac752ab9ff3784367ae0525cce63aba7c80c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jul 11 20:56:03 2026 +0200
HDDS-15832. Wait for healthy KDC before starting S3G (#10730)
---
hadoop-ozone/dist/src/main/compose/ozonesecure-ha/s3-haproxy.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/s3-haproxy.yaml
b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/s3-haproxy.yaml
index b549426c7d8..fe0a4a5bef8 100644
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/s3-haproxy.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/s3-haproxy.yaml
@@ -24,6 +24,9 @@ x-common-config:
- ./krb5.conf:/etc/krb5.conf
env_file:
- docker-config
+ depends_on:
+ kdc:
+ condition: service_healthy
services:
s3g1:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]