We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67815 commit 2438b60Copy full SHA for 2438b60
python/perftest/templates/fio.yaml.j2
@@ -100,6 +100,10 @@ tasks:
100
metadata:
101
labels:
102
{{ macros.labels(benchmark, "worker") | indent(10) }}
103
+ {%- if not benchmark.spec.host_network and benchmark.spec.network_name %}
104
+ annotations:
105
+ v1.multus-cni.io/default-network: {{ benchmark.spec.network_name }}
106
+ {%- endif %}
107
spec:
108
priorityClassName: {{ benchmark.status.priority_class_name }}
109
{%- if benchmark.spec.host_network %}
0 commit comments