mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
11 lines
489 B
Plaintext
11 lines
489 B
Plaintext
// Snippets included in the following assemblies and modules:
|
|
//
|
|
// * nodes/scheduling/nodes-scheduler-node-selectors.adoc
|
|
// * observability/logging/scheduling_resources/logging-node-selection.adoc
|
|
|
|
:_mod-docs-content-type: SNIPPET
|
|
|
|
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.
|