Skip to content

Remove cloud-config and cloud-provider from 1.33 apiserver#17270

Merged
k8s-ci-robot merged 4 commits intokubernetes:masterfrom
rifelpet:apiserver-133
Feb 22, 2025
Merged

Remove cloud-config and cloud-provider from 1.33 apiserver#17270
k8s-ci-robot merged 4 commits intokubernetes:masterfrom
rifelpet:apiserver-133

Conversation

@rifelpet
Copy link
Copy Markdown
Member

Fixes #17267

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. area/api labels Feb 20, 2025
@rifelpet
Copy link
Copy Markdown
Member Author

/retest

c.CloudProvider = "external"
default:
return fmt.Errorf("unknown cloudprovider %q", cluster.GetCloudProvider())
}
Copy link
Copy Markdown

@elmiko elmiko Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not sure how this c.CloudProvider value is used, but we do not allow any value other than external for the --cloud-provider flag.

edit: for kube versions >= 1.31

@rifelpet
Copy link
Copy Markdown
Member Author

/test pull-kops-e2e-k8s-ci

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 21, 2025
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 21, 2025
@hakman
Copy link
Copy Markdown
Member

hakman commented Feb 21, 2025

/test all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/api area/nodeup cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kubernetes 1.33 does not accept --cloud-config

4 participants