label: Invalidate empty or invalid value labels

This commit is contained in:
kargakis
2015-05-20 11:02:30 +02:00
parent 6fa2777e26
commit fb63ab63bb
4 changed files with 16 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ kubectl label \- Update the labels on a resource
Update the labels on a resource.
.PP
A label must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters.
If \-\-overwrite is true, then existing labels can be overwritten, otherwise attempting to overwrite a label will result in an error.
If \-\-resource\-version is specified, then updates will use this resource version, otherwise the existing resource\-version will be used.