nodepool/releasenotes/notes/dynamic-k8s-labels-f8d5f0e4b9566fd6.yaml
Benjamin Schanzel 4660bb9aa7
Kubernetes/OpenShift drivers: allow setting dynamic k8s labels
Just like for the OpenStack/AWS/Azure drivers, allow to configure
dynamic metadata (labels) for kubernetes resources with information
about the corresponding node request.

Change-Id: I5d174edc6b7a49c2ab579a9a0b1b560389d6de82
2023-09-11 10:49:27 +02:00

12 lines
500 B
YAML

---
features:
- |
The Kubernetes and OpenShift drivers now support adding dynamic metadata,
i.e. Pod and Namespace labels, with information about the corresponding
node request. This is analogous to the existing dynamic tags of the
OpenStack, AWS, and Azure drivers.
See :attr:`providers.[kubernetes].pools.labels.dynamic-labels`,
:attr:`providers.[openshift].pools.labels.dynamic-labels`, and
:attr:`providers.[openshiftpods].pools.labels.dynamic-labels` for details.