diff --git a/cmd/kube-controller-manager/app/core.go b/cmd/kube-controller-manager/app/core.go index e2837d4398a..9386b4dd11f 100644 --- a/cmd/kube-controller-manager/app/core.go +++ b/cmd/kube-controller-manager/app/core.go @@ -915,7 +915,6 @@ func startSELinuxWarningController(ctx context.Context, controllerContext Contro return nil, true, fmt.Errorf("failed to probe volume plugins when starting SELinux warning controller: %w", err) } - ctx = klog.NewContext(ctx, logger) seLinuxController, err := selinuxwarning.NewController( ctx,