tobiko/releasenotes/notes/new-backgroud-ping-pod-config-options-f37846f9defbb5bb.yaml
Eduardo Olivares 43b06f412a Update latest stable tag to 0.8.5 and add release note
Change-Id: Iec1cf46bd662d7a0f5db05b6e51a062c07750ac4
2024-12-24 10:03:29 +01:00

17 lines
846 B
YAML

---
other:
- |
Introduced new config option `tobiko_pod_tolerations`, which can be used when
running background ping process using OpenShift POD.
With this option, tolerations can be added to the POD definition.
Example: `[{effect: NoSchedule, key: testOperator, value: true}, {effect: NoExecute, key: testOperator, value: true}]`
- |
Introduced new config option `tobiko_pod_extra_network`, which can be used when
running background ping process using OpenShift POD.
With this option, an extra network interface can be attached to the POD.
- |
Introduced new config option `tobiko_pod_node_selector`, which can be used when
running background ping process using OpenShift POD.
This option is used to specify on which Openshift node the POD should run.
Example: `kubernetes.io/hostname:worker-3`