-
Notifications
You must be signed in to change notification settings - Fork 91
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
Remove the invalid caBundle, required for 1.31 #591
Conversation
Signed-off-by: Maximilian Rink <[email protected]>
✅ Deploy Preview for kubernetes-sigs-cluster-api-operator ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
It seems the tests are not updated, can you please have a look? Otherwise looks good to me (Context: https://cluster-api.sigs.k8s.io/reference/versions.html?highlight=matrix#kubernetes-version-specific-notes) |
Signed-off-by: Maximilian Rink <[email protected]>
/lgtm Thank you! |
LGTM label has been added. Git tree hash: 207b7fefcc4353cd1910a1350598b22cadfa20b5
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Danil-Grigorev 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 |
Upstream: - kubernetes-sigs/cluster-api-operator#590 - kubernetes-sigs/cluster-api-operator#591 Signed-off-by: Andrei Kvapil <[email protected]>
Upstream: - kubernetes-sigs/cluster-api-operator#590 - kubernetes-sigs/cluster-api-operator#591 Signed-off-by: Andrei Kvapil <[email protected]> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed an outdated internal configuration setting for webhook communication. This cleanup streamlines the system’s setup while keeping public functionality unchanged. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Andrei Kvapil <[email protected]>
What this PR does / why we need it:
This removes the invalid CABundle, required for k8s 1.31.
See kubernetes-sigs/cluster-api#10972 for context
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 #590