kubernetes / test-infra

Test infrastructure for the Kubernetes project.
Apache License 2.0
3.83k stars 2.65k forks source link

cloud-provider-azure community infra migration follow-up fixes #33410

Closed nojnhuh closed 1 month ago

nojnhuh commented 1 month ago

This PR updates the config of some cloud-provider-azure jobs to work on community infra by using the new preset-azure-community preset, removing old presets, and updating to the azure ServiceAccount.

The scope of these changes are the jobs here: https://testgrid.k8s.io/provider-azure-cloud-provider-azure

Spotting the failing jobs isn't obvious from testgrid, but many are continually running into errors like this: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/cloud-provider-azure-conformance-capz/1830652011020816384

The pod could not start because it could not mount the volume "azure-cred": secret "azure-cred" not found

jackfrancis commented 1 month ago

/assign @feiskyer

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: feiskyer, nojnhuh

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: - ~~[config/jobs/kubernetes-sigs/cloud-provider-azure/OWNERS](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cloud-provider-azure/OWNERS)~~ [feiskyer] 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 commented 1 month ago

@nojnhuh: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

In response to [this](https://github.com/kubernetes/test-infra/pull/33410): >This PR updates the config of some cloud-provider-azure jobs to work on community infra by using the new `preset-azure-community` preset, removing old presets, and updating to the `azure` ServiceAccount. > >The scope of these changes are the jobs here: https://testgrid.k8s.io/provider-azure-cloud-provider-azure > >Spotting the failing jobs isn't obvious from testgrid, but many are continually running into errors like this: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/cloud-provider-azure-conformance-capz/1830652011020816384 >> The pod could not start because it could not mount the volume "azure-cred": secret "azure-cred" not found Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.