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 d1b7331 commit d9ce2cdCopy full SHA for d9ce2cd
src/xpk/core/workload_decorators/rdma_decorator.py
@@ -85,7 +85,7 @@ def add_annotations(job_manifest: dict, sub_networks: list[str]):
85
annotations = job_manifest['spec']['template']['metadata']['annotations']
86
interfaces_key, interfaces_value = get_interfaces_entry(sub_networks)
87
annotations.update({
88
- 'networking.gke.io/default-interface': "'eth0'",
+ 'networking.gke.io/default-interface': 'eth0',
89
interfaces_key: interfaces_value,
90
})
91
0 commit comments