kubectl label

From wikieduonline
Revision as of 07:12, 16 March 2023 by Brave (talk | contribs) (→‎Commands)
Jump to navigation Jump to search

kubectl label Update labels on resources (k8.io)

Commands

kubectl label --help

kubectl label pods my-pod new-label=awesome_label

kubectl label nodes <node-name> <label-key>=<label-value>

kubectl label namespace default istio-injection=enabled

Examples

kubectl label namespace default istio-injection=enabled
namespace/default labeled
Related: Install Istio

Errors

kubectl label
error: one or more resources must be specified as <resource> <name> or <resource>/<name>

Related terms

Activities

See also

Advertising: