forked from TrueCloudLab/frostfs-dev-env
6e9236c8c5
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
5 lines
134 B
Bash
Executable file
5 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/neofs-cli control healthcheck -c /cli-cfg.yml \
|
|
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" |
|
|
grep "Health status: READY"
|