Difference between revisions of "Kubectl label"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 17: | Line 17: | ||
* <code>[[kubectl get nodes --show-labels]]</code> | * <code>[[kubectl get nodes --show-labels]]</code> | ||
* <code>[[kubectl get pods --show-labels]]</code> | * <code>[[kubectl get pods --show-labels]]</code> | ||
− | + | * <code>[[eks.amazonaws.com/compute-type: fargate]]</code> | |
== Activities == | == Activities == |
Revision as of 06:21, 16 March 2023
kubectl label --help
kubectl label pods my-pod new-label=awesome_label kubectl label nodes <node-name> <label-key>=<label-value>
kubectl label error: one or more resources must be specified as <resource> <name> or <resource>/<name>
kubectl label namespace default istio-injection=enabled namespace/default labeled Related: Install Istio
Related terms
kubectl annotate
kubectl get nodes --show-labels
kubectl get pods --show-labels
eks.amazonaws.com/compute-type: fargate
Activities
- CKA v1.18: Use label selectors to schedule Pods
- CKA v1.15: Understand how to use Labels, Selector and Annotations
- Assign Pods to Nodes using Node Affinity
See also
Advertising: