-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Cleanup: remove in-tree cloud provider support #11633
Cleanup: remove in-tree cloud provider support #11633
Conversation
Skipping CI for Draft Pull Request. |
5862062
to
041b9bd
Compare
I don't actually think we need to wait for #11378 : since kubernetes v1.31 does not support in-tree provider, even if kubespray has support, it won't work. So let's proceed with the removal 👍 |
041b9bd
to
3197fec
Compare
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
3197fec
to
207b4b5
Compare
/label tide/merge-method-merge |
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
207b4b5
to
13b1fb6
Compare
For this change, `cloud_provider` change the default value to empty string. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
For this change, `external_cloud_provider` set default value to empty string. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
13b1fb6
to
a070c72
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.
Thanks for the massive cleanup 🙏
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrFreezeex, tico88612, VannTen 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 |
Fix 3 broken links. Two of them are because of kubernetes-sigs#11633
…ubernetes-sigs#11736) Fix 3 broken links. Two of them are because of kubernetes-sigs#11633
What type of PR is this?
/kind cleanup
/kind documentation
What this PR does / why we need it:
Kubernetes v1.31 remove in-tree cloud provider related code, we should remove related support.
Which issue(s) this PR fixes:
Fixes #10495
Special notes for your reviewer:
Waiting for #11378 get merge.
Does this PR introduce a user-facing change?: