-
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
⚠️ Adapt clusterctl to the new manifests format #3988
⚠️ Adapt clusterctl to the new manifests format #3988
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/milestone v0.4.0 /hold |
@fabriziopandini: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@vincepri @wfernandes |
@fabriziopandini Shouldn't we download and use one of the latest releases of clusterctl on v0.3.x to generate v1alpha3 files? |
@vincepri in our E2E tests we are using clusterctl as a library for creating the management cluster, and if the library supports only v1alpha4 manifest it will be impossible to use our current machinery to test v1alpha3 --> v1alpha4 |
Hmm...I think i understand considering we have a non-goal in the caep to not support the installation of v1alpha3 providers using the operator and if clusterctl is going to be modified to rely on the operator, then the E2E cannot use clusterctl to deploy a v1a3 cluster. Maybe instead we adapt the E2E framework to use a v1alpha3 manifest in |
/close |
@fabriziopandini: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does / why we need it:
Given that #3042 for v1alpha4 requires single controllers managing all namespaces, this PR removes from clusterctl all the code implemented for managing webhooks in a separated namespace.
NOTE: when we will implement v1alpha3 --> v1alpha4 upgrades, we should manage the proper cleanup of the webhook namespace as a special case (as well as other actions like converting the provider inventory according to the management cluster operator requirements).