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

🐛 increase the timeout when creating and upgrading CAPI controllers #27

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. fix: extend the CAPI warmup timeout

    When starting up CAPI will try to "warm-up" the configured RuntimeExtensions,
    and fail if any runtime extension Pods are not up.
    dkoshkin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ccac478 View commit details
    Browse the repository at this point in the history
  2. fix: extend the clusterctl timeout

    This should fix the race conditions seen when creating and upgrading CAPI providers.
    dkoshkin committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6c690d1 View commit details
    Browse the repository at this point in the history