1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/snippets/about-node-selectors.adoc
Satyajeet Munje cc94fd4ee0 OBSDOCS-693
2024-04-24 18:11:38 +00:00

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.