4660bb9aa7
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
12 lines
500 B
YAML
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.
|