add a comment on how to put a node in maintenance mode
This commit is contained in:
parent
fc7bf04a9c
commit
03ecd58c55
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ job "garage" {
|
||||||
}
|
}
|
||||||
|
|
||||||
task "server" {
|
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"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "dxflrs/garage:v1.99.1-internal"
|
image = "dxflrs/garage:v1.99.1-internal"
|
||||||
|
|
Loading…
Add table
Reference in a new issue