Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 489 Bytes

about-node-selectors.adoc

File metadata and controls

10 lines (7 loc) · 489 Bytes

A node selector specifies a map of key/value pairs that are defined using custom labels on nodes and selectors specified in pods.

For the pod to be eligible to run on a node, the pod must have the same key/value node selector as the label on the node.