1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Jason Boxman
2019-10-28 08:36:16 -04:00
committed by openshift-cherrypick-robot
parent ae65b402b7
commit 6b1e104b25

View File

@@ -8,8 +8,8 @@ toc::[]
A _node selector_ specifies a map of key-value pairs. The rules are defined using custom labels on nodes and selectors specified in pods.
You can use node selectors to place specific pods on specofic nodes, all pods in a project on specific nodes, or create a default
node selector to schedule pods that do not have a defined node selector or project selector.
You can use node selectors to place specific pods on specific nodes, all pods in a project on specific nodes, or create a default
node selector to schedule pods that do not have a defined node selector or project selector.
For the pod to be eligible to run on a node, the pod must have the indicated key-value pairs as the label on the node.