-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feature: MachineSetPreflightChecks #11117
Comments
I would like to move this feature to beta and enabled per default in CAPI v1.9. We've been using this feature in production since it's introduction (in CAPI v1.5). @fabriziopandini @enxebre @vincepri @killianmuldoon @chrischdi Opinions? |
+1 from me! Might be, we need a flag to allow folks disabling preflight checks for an entire setup before graduation. |
(I might be misunderstanding what you are suggesting) I'm only proposing to change the feature gate to: Beta & Default: true at this point ( cluster-api/feature/feature.go Line 79 in 128914b
This then still allows folks to disable it |
Sorry for not providing enough details. While there is a the feature flag, it can be used to disable preflight checks for an entire setup, that's correct. This is why I think that we should consider adding a flag at controller level that allows to do this (we can eventually also build this flag in a way that you can disable specific checks for an entire setup, but TBD) But we can also consider this after feedbacks when the feature flag is enabled by default |
/assign for the beta promotion for v1.9 |
The text was updated successfully, but these errors were encountered: