🌱 Remove cloud-provider flag usage#5865
Conversation
|
/ok-to-test |
|
/test all |
|
/retest |
be6d5f4 to
1fddb6a
Compare
|
/test all |
1fddb6a to
c69b9de
Compare
|
/test all |
ee69dbc to
60da346
Compare
|
/retest |
The --cloud-provider flag is no longer needed since k8s v1.31 and has been completely removed in v1.33 (will result in an error if provided). Signed-off-by: Borja Clemente <bclement@redhat.com>
Docs that show samples of configurations passing the cloud-provider flag to the apiserver config have been updated and an explanatory note has been added. Signed-off-by: Borja Clemente <bclement@redhat.com>
424e7e0 to
5f1e662
Compare
|
/retest |
|
/test ? |
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/test pull-cluster-api-provider-aws-e2e |
|
@damdo the full e2e job is always failing on the gpu test. I need to have a closer look. |
|
/test pull-cluster-api-provider-aws-e2e |
0cbcc00 to
5f1e662
Compare
|
/test all |
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/retest |
Temporarily skip GPU tests until they are updated or refactored as per kubernetes-sigs#5870 Signed-off-by: Borja Clemente <borja.clemente@gmail.com>
|
/test pull-cluster-api-provider-aws-e2e-eks |
|
/retest |
|
@clebs CI slots are full, we need to wait for them to clear up and try again those failing ones |
|
/test pull-cluster-api-provider-aws-e2e-conformance |
|
/retest |
|
/test pull-cluster-api-provider-aws-e2e |
1 similar comment
|
/test pull-cluster-api-provider-aws-e2e |
|
LGTM label has been added. DetailsGit tree hash: aa8e829be33605d28b7d8def6b8a3b968ca386d3 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damdo The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The
--cloud-providerflag is no longer needed for the kube-apiserver since k8s v1.31 and has been completely removed in v1.33 (will result in an error if provided).This PR removes all usages of the flag to allow upgrading to k8s 1.33+.
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 #964
Blocks #5857
Special notes for your reviewer:
Checklist:
Release note: