-
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
🌱 Make Cluster webhook less strict for out of date ClusterClasses #8136
🌱 Make Cluster webhook less strict for out of date ClusterClasses #8136
Conversation
4536ff6
to
48b899f
Compare
48b899f
to
03f3d7c
Compare
/test pull-cluster-api-e2e-full-main |
03f3d7c
to
0cd877b
Compare
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.
@sbueringer should be ready for review now
0cd877b
to
a6422b5
Compare
/test pull-cluster-api-e2e-full-main |
/retest |
a6422b5
to
db2d192
Compare
db2d192
to
049b8fe
Compare
/lgtm /assign @fabriziopandini |
LGTM label has been added. Git tree hash: f1a76b8524cc682061aabcf42f4afdcd61b0729f
|
/test pull-cluster-api-e2e-full-main |
049b8fe
to
ee4948e
Compare
ee4948e
to
8643d89
Compare
8643d89
to
d9226f2
Compare
/lgtm |
LGTM label has been added. Git tree hash: 69fb14e7b039d47b515e12882464e4106345d6df
|
/test pull-cluster-api-e2e-full-main /hold |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
CI green /hold cancel |
This PR makes the Cluster webhook less strict when dealing with a ClusterClass that has not been successfully reconciled. For defaulting and validation scenarios, a ClusterClass that has not been successfully reconciled is treated in the same way as a ClusterClass which does not exist.
Related to #7985