Add support for the -q flag in healthcheck
#72
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#72
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "achuprov/frostfs-dev-env:feat/quiet_flag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #69
edca4c4b13
toaff7428583
aff7428583
to26cff52d80
@achuprov why is it WIP?
@fyrchik
I incorrectly used the
WIP
prefix; it should have been tagged asblocked
.This PR is waiting for the stable release of frostfs-node
0.42.X
. Do we consider0.42.3
stable enough to update the version?WIP: Add support for the -q flag into Add support for the -q flag inhealthcheck
healthcheck
@achuprov v0.42.6 is ok
@ -26,3 +25,3 @@
command: [ "frostfs-ir", "--config", "/etc/frostfs/ir/config.yml" ]
healthcheck:
test: ["CMD-SHELL", "/healthcheck.sh"]
test: ["CMD-SHELL", "/frostfs-cli control ir healthcheck --wallet /wallet01.key --endpoint \"$$FROSTFS_IR_CONTROL_GRPC_ENDPOINT\""]
Should we use
-q
option here too?Thx, fixed
26cff52d80
to4f9c9df021
Tested with #76