Skip to content
Moritz Röhrich edited this page Mar 23, 2021 · 1 revision

Invalid Label Key

Problematic code:

LABEL +?not..valid--key="foo"

Correct code:

LABEL valid-key.label="bar"

Rationale:

Not all strings are supported as label keys. See the official documentation for reference.

Clone this wiki locally