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

Only run one replica of controller pods on non-HA clusters #15868

Merged
merged 2 commits into from
Sep 4, 2023

Commits on Sep 4, 2023

  1. Only run one replica of controller pods on non-HA clusters

    Even when running on workers (using IRSA), if we try to run multiple
    controllers we may have problems with node-spreading, and we don't
    necessarily gain any availability, as we need an apiserver lease.
    
    Issue kubernetes#15852
    justinsb committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c37a56d View commit details
    Browse the repository at this point in the history
  2. Update expected test output

    justinsb committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9daf090 View commit details
    Browse the repository at this point in the history