We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d4886 commit ccbc7d1Copy full SHA for ccbc7d1
main.go
@@ -327,7 +327,7 @@ func innerMain() int {
327
setupErr := make(chan error)
328
329
// Setup termination with grace period. Required to give K8s Services time to disconnect the Pod endpoint on termination.
330
- // Derived from how the controller-runtime sets up a signal handler with ctrl.SetupSignalHandler()
+ // Derived from how the controller-runtime sets up a signal handler with ctrl.SetupSignalHandler()
331
ctx, cancel := context.WithCancel(context.Background())
332
333
c := make(chan os.Signal, 2)
0 commit comments