From 77edb84fb681ebdd8ce19a4876f511c9233c4dc5 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Fri, 8 Jun 2018 16:11:15 -0400 Subject: [PATCH] Add release note about upgrading for multi-label Change-Id: I8f17574d516310a36f31cf0d2e8e89d6b07dbc1d --- releasenotes/notes/multilabel-999f0d38d02848a2.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/multilabel-999f0d38d02848a2.yaml diff --git a/releasenotes/notes/multilabel-999f0d38d02848a2.yaml b/releasenotes/notes/multilabel-999f0d38d02848a2.yaml new file mode 100644 index 000000000..12d759927 --- /dev/null +++ b/releasenotes/notes/multilabel-999f0d38d02848a2.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + Nodepool can now support multiple node labels, although the OpenStack and + static node drivers do not yet support specifying multiple labels, so this + is not yet a user-visible change. This does, however, require shutting down + all launcher processes before restarting them. Running multiple launchers + with mixed support of multi-label will cause errors, so a full shutdown is + required.