Skip to content

Commit

Permalink
Merge pull request #344 from m-lab/sandbox-pboothe-only
Browse files Browse the repository at this point in the history
Just update traceroute-caller. Nothing else.
  • Loading branch information
pboothe authored Dec 18, 2019
2 parents 4b104ed + 92bc2ad commit a77335e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion k8s/daemonsets/templates.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,17 @@ 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
else
'-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 [
{
Expand Down

0 comments on commit a77335e

Please sign in to comment.