1 DL3048
Moritz Röhrich edited this page 2021-03-23 12:12:35 +01:00

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.