Evgenii Stratonikov
2b6122192a
All checks were successful
DCO action / DCO (pull_request) Successful in 13m28s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/frostfs-cli control ir healthcheck \
|
|
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
|
|
--wallet /wallet01.key |
|
|
grep "Health status: READY"
|