We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8ccc0 commit 2c03046Copy full SHA for 2c03046
pkg/cmd/run.go
@@ -25,7 +25,7 @@ var (
25
ImageNameTag = "quay.io/iovisor/kubectl-trace-bpftrace:latest"
26
// InitImageNameTag represents the default init container image
27
InitImageNameTag = "quay.io/iovisor/kubectl-trace-init:latest"
28
- // By default do not allow traces to run for longer than one hour
+ // DefaultDeadline default do not allow traces to run for longer than one hour
29
DefaultDeadline = 3600
30
)
31
0 commit comments