-
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
⚠️ Adjust CC & Cluster controller to block on variable conflicts, deprecate definitionFrom #10841
⚠️ Adjust CC & Cluster controller to block on variable conflicts, deprecate definitionFrom #10841
Conversation
cbc46ca
to
bb1c09c
Compare
9589d4e
to
61b0ec2
Compare
/test pull-cluster-api-e2e-main |
61b0ec2
to
e87e89c
Compare
e87e89c
to
a11e92a
Compare
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
a11e92a
to
0deaa9d
Compare
/test pull-cluster-api-e2e-conformance-ci-latest-main |
/assign @fabriziopandini @chrischdi /assign @killianmuldoon |
0deaa9d
to
6efdc0d
Compare
/test pull-cluster-api-e2e-conformance-ci-latest-main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huge simplification for the end users and nice cleanup in the code base
Only a couple of nits from my side
internal/topology/variables/cluster_variable_defaulting_test.go
Outdated
Show resolved
Hide resolved
/test pull-cluster-api-e2e-conformance-ci-latest-main |
@fabriziopandini Thx for the quick review. Findings should be addressed, PTAL :) |
/test pull-cluster-api-e2e-mink8s-main |
/lgtm /hold for @chrischdi to take a look |
LGTM label has been added. Git tree hash: 412479cb71bae21d557e738554180321a1c4298d
|
/approve /hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi, fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This PR contains the following changes:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #10666