-
Notifications
You must be signed in to change notification settings - Fork 19
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
🌱 Apply embedded capi feature flag after rancher install #190
🌱 Apply embedded capi feature flag after rancher install #190
Conversation
64d7c87
to
dd50762
Compare
will this fail e2e until webhooks are fixed in rancher? |
Yes, until the implementation part is done the e2e tests would fail to apply CAPI cluster with this coming from fleet logs:
|
Until we have that feature in Rancher turtles we can always use RunCommand to run the following after disabling the feature and waiting for the Rancher CAPI deployment to be removed: kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io mutating-webhook-configuration
kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io validating-webhook-configuration |
Or we just wait for the feature to be added 😉 |
@richardcase should we have a controller temporarily like this one #178 to require less setup from users? |
ba09e24
to
b95cdac
Compare
8c1a90e
to
fb82b51
Compare
fb82b51
to
38406d1
Compare
38406d1
to
5b7e80e
Compare
c2b3d07
5b7e80e
to
c2b3d07
Compare
Signed-off-by: Danil Grigorev <[email protected]>
c2b3d07
to
3a70bf3
Compare
Signed-off-by: Danil Grigorev <[email protected]>
Signed-off-by: Danil Grigorev <[email protected]>
kind/chore
What this PR does / why we need it:
This PR converts all existing gitops scenarios to a rancher installation with post-install step applying required feature gates as per documented installation process.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #188
Special notes for your reviewer:
Checklist: