diff options
| author | chrislusf <chris.lu@gmail.com> | 2025-12-06 15:32:30 -0800 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2025-12-06 18:53:22 -0800 |
| commit | 1726e6f1792be08d02e77bfd63ba76a35119e527 (patch) | |
| tree | 993c19b1bf57dedc482c72f4668defff4c4f8bf0 /pkg/driver/utils.go | |
| parent | c1d7dcdd889dd063340b61499a956e18d05e0340 (diff) | |
| download | seaweedfs-csi-driver-1726e6f1792be08d02e77bfd63ba76a35119e527.tar.xz seaweedfs-csi-driver-1726e6f1792be08d02e77bfd63ba76a35119e527.zip | |
fix: add health probes to SeaweedFS deployment in integration test
- Add readinessProbe for filer (httpGet on port 8888)
- Add livenessProbe for master (httpGet on /cluster/healthz port 9333)
- Increase wait timeout from 60s to 180s for deployment
- Increase filer wait loop from 30 to 60 iterations (3s each)
- Add pod status and logs output on failure for debugging
Learned from SeaweedFS repo's e2e-mount.yml compose file which uses
proper healthchecks for each service.
Diffstat (limited to 'pkg/driver/utils.go')
0 files changed, 0 insertions, 0 deletions
