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

refactor(controller, instrumenter): extract instrumentation logic #98

Merged

Commits on Aug 19, 2024

  1. refactor(controller, instrumenter): extract instrumentation logic

    Extract the controller's instrumentation logic into a separate module,
    called instrumentation/instrumenter. This allows running the
    InstrumentAtStartup task with a separate client and to move it into
    executeStartupTasks; getting rid of the arbitrary (and potentially
    problematic) 10 second wait, which we previously needed to wait until
    the manager had finished initializing its Kubernetes API client.
    basti1302 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8f0e756 View commit details
    Browse the repository at this point in the history