forked from TrueCloudLab/frostfs-dev-env
5 lines
136 B
Bash
Executable file
5 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/frostfs-cli control healthcheck -c /cli-cfg.yml \
|
|
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" |
|
|
grep "Health status: READY"
|