Closed Parkofadown closed 3 months ago
This issue is currently awaiting triage.
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
/language en /sig docs
Page reported in issue: https://kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
/transfer kubectl
Closing this in favor of https://github.com/kubernetes/kubectl/issues/1632 /close
@ardaguclu: Closing this issue.
Page is auto-generated As of 2:19 PM 8/7/24 Synopsis states: Update the labels on a resource. A label key and value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters each. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app. 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.
What resource is being labeled? if is is all resources it could state: Updates the label on all resources.