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