From b12ae4eccd2d4c1675f80662523d5138ca62399c Mon Sep 17 00:00:00 2001 From: harbottle Date: Tue, 17 May 2022 11:58:56 +0100 Subject: [PATCH] Add a note about adding multiple node labels --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c41250c..33277c6 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,8 @@ If you need to add node labels before and after the reboot process, you can use --after-reboot-node-labels=zalando=ready ``` +Labels can be comma-delimited (e.g. `--pre-reboot-node-labels=zalando=notready,thisnode=disabled`) or you can supply the flags multiple times. + Note that label keys specified by these two flags should match. If they do not match, a warning will be generated. ### Prometheus Metrics