add a comment on how to put a node in maintenance mode

This commit is contained in:
Quentin 2025-04-12 15:02:01 +02:00
parent fc7bf04a9c
commit 03ecd58c55
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -23,6 +23,13 @@ job "garage" {
}
task "server" {
# V---- useful to operate a maintenance on one garage node
# do not forget to check that garage is fully healthy before
# constraint {
# attribute = "${attr.unique.hostname}"
# operator = "!="
# value = "pamplemousse"
# }
driver = "docker"
config {
image = "dxflrs/garage:v1.99.1-internal"