Skip to content

Commit

Permalink
Rollback -tcpinfo.socket flag to traceroute caller (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Nov 21, 2019
1 parent ba0b104 commit 5c8bd2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions k8s/daemonsets/templates.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ local Traceroute(expName, tcpPort, hostNetwork) = [
else
'-prometheusx.listen-address=$(PRIVATE_IP):' + tcpPort,
'-outputPath=' + VolumeMount(expName).mountPath + '/traceroute',
'-uuid-prefix-file=' + uuid.prefixfile,
'-tcpinfo.socket=' + tcpinfoServiceVolume.eventsocketFilename,
'-uuid-prefix-file=' + uuid.prefixfile
],
env: if hostNetwork then [] else [
{
Expand Down

0 comments on commit 5c8bd2e

Please sign in to comment.