We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd6e13 commit fe4bc04Copy full SHA for fe4bc04
main.go
@@ -330,7 +330,7 @@ func innerMain() int {
330
setupErr := make(chan error)
331
332
// Setup termination with grace period. Required to give K8s Services time to disconnect the Pod endpoint on termination.
333
- // 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()
334
ctx, cancel := context.WithCancel(context.Background())
335
336
c := make(chan os.Signal, 2)
0 commit comments