226 B
226 B
-
Set a Custom Label on a Node
kubectl label node <node-name> kubernetes.io/<label-key>=<label-value>Note: Replace
<node-name>,<label-key>, and<label-value>with your desired values.