Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
This is configurable now :)
  • Loading branch information
leodido committed Sep 17, 2019
1 parent 6fef7b6 commit 80cd6b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tracejob/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ func (t *TraceJobClient) CreateJob(nj TraceJob) (*batchv1.Job, error) {
// We want to send SIGINT prior to the pod being killed, so we can print the map
// we will also wait for an arbitrary amount of time (10s) to give bpftrace time to
// process and summarize the data
// FIXME should this sleep be configurable? 10s is probably ample for most cases.
Lifecycle: &apiv1.Lifecycle{
PreStop: &apiv1.Handler{
Exec: &apiv1.ExecAction{
Expand Down

0 comments on commit 80cd6b8

Please sign in to comment.