Skip to content

Commit

Permalink
improvement: update default value for wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlzheng committed May 12, 2020
1 parent 724ba15 commit 793f1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kt/command/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func AppFlags(options *options.DaemonOptions, version string) []cli.Flag {
Name: "waitTime",
Usage: "custom wait time for kubectl port-forward to support slow network environment",
Destination: &options.WaitTime,
Value: 5,
},
}
}
Expand Down

0 comments on commit 793f1be

Please # to comment.