Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-16908: Add SetLogger() prior to controller-runtime start #779

Merged

Commits on Sep 1, 2023

  1. Add SetLogger() prior to controller-runtime start

    Adding SetLogger() fixes debug stack trace dump issued by
    controller-runtime 0.15.0:
    https://github.com/kubernetes-sigs/controller-runtime/blob/36bb89936b37aca36ba4ad34760f4879db97dba2/pkg/log/log.go#L59
    
    This was also causing very long lease acquisition times especially on
    SNO clusters.
    
    Resolves: OCPBUGS-16908
    jmencak committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e43f459 View commit details
    Browse the repository at this point in the history