nodepool/releasenotes/notes/k8s-provider-node-selector-6a16173ac11af61e.yaml
Benjamin Schanzel 19be1a2e26 OpenShift/k8s Provider: Basic Support for k8s nodeSelectors
This adds support to specify node selectors on Pod node labels.
They are used by the k8s scheduler to place a Pod on specific nodes with
corresponding labels.
This allows to place a build node/Pod on k8s nodes with certain
capabilities (e.g. storage types, number of CPU cores, etc.)

Change-Id: Ic00a84181c8ef66189e4259ef6434dc62b81c3c6
2020-08-14 16:39:04 +02:00

7 lines
211 B
YAML

---
features:
- |
Basic support for specifying k8s/OpenShift `nodeSelectors` on Pod node
labels. This allows to schedule a Pod on k8s nodes with specific labels,
e.g., having certain capabilities.