diff --git a/k8s/daemonsets/templates.jsonnet b/k8s/daemonsets/templates.jsonnet index 86257963..d049641f 100644 --- a/k8s/daemonsets/templates.jsonnet +++ b/k8s/daemonsets/templates.jsonnet @@ -123,7 +123,7 @@ local Tcpinfo(expName, tcpPort, hostNetwork) = [ local Traceroute(expName, tcpPort, hostNetwork) = [ { name: 'traceroute', - image: 'measurementlab/traceroute-caller:v0.3.2', + image: 'measurementlab/traceroute-caller:v0.5.1', args: [ if hostNetwork then '-prometheusx.listen-address=127.0.0.1:' + tcpPort @@ -131,6 +131,9 @@ local Traceroute(expName, tcpPort, hostNetwork) = [ '-prometheusx.listen-address=$(PRIVATE_IP):' + tcpPort, '-outputPath=' + VolumeMount(expName).mountPath + '/traceroute', '-uuid-prefix-file=' + uuid.prefixfile, + '-poll=false', + '-tcpinfo.eventsocket=' + tcpinfoServiceVolume.eventsocketFilename, + '-tracetool=scamper-daemon-with-scamper-backup', ], env: if hostNetwork then [] else [ {