[#67] services/ir: Remove deprecated flag in healthcheck
All checks were successful
DCO action / DCO (pull_request) Successful in 13m28s
All checks were successful
DCO action / DCO (pull_request) Successful in 13m28s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
773ea2339b
commit
2b6122192a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/frostfs-cli control healthcheck \
|
/frostfs-cli control ir healthcheck \
|
||||||
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
|
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
|
||||||
--wallet /wallet01.key --ir |
|
--wallet /wallet01.key |
|
||||||
grep "Health status: READY"
|
grep "Health status: READY"
|
||||||
|
|
Loading…
Reference in a new issue