kubernetes / kubectl

Issue tracker and mirror of kubectl code
Apache License 2.0
2.89k stars 923 forks source link

Improvement for k8s.io/docs/reference/kubectl/generated/kubectl_label/ #1637

Closed Parkofadown closed 3 months ago

Parkofadown commented 3 months ago

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.

k8s-ci-robot commented 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.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
Adarsh-verma-14 commented 3 months ago

/language en /sig docs

Page reported in issue: https://kubernetes.io/docs/reference/kubectl/generated/kubectl_label/

sftim commented 3 months ago

/transfer kubectl

ardaguclu commented 3 months ago

Closing this in favor of https://github.com/kubernetes/kubectl/issues/1632 /close

k8s-ci-robot commented 3 months ago

@ardaguclu: Closing this issue.

In response to [this](https://github.com/kubernetes/kubectl/issues/1637#issuecomment-2275538417): >Closing this in favor of https://github.com/kubernetes/kubectl/issues/1632 >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.