Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] Upgrade CAPI to 1.8.8 #5368

Closed
wants to merge 2 commits into from

Conversation

nawazkh
Copy link
Member

@nawazkh nawazkh commented Jan 15, 2025

What type of PR is this?
/kind cleanup

What this PR does / why we need it:

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 N/A

Special notes for your reviewer:

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests
  • cherry-pick candidate

Release note:

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jan 15, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from nawazkh. For more information see the Code Review Process.

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

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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 15, 2025
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 15, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 15, 2025
@k8s-ci-robot
Copy link
Contributor

k8s-ci-robot commented Jan 15, 2025

@nawazkh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-e2e 89049a9 link true /test pull-cluster-api-provider-azure-e2e
pull-cluster-api-provider-azure-e2e-aks 89049a9 link true /test pull-cluster-api-provider-azure-e2e-aks
pull-cluster-api-provider-azure-test 5f04ccf link true /test pull-cluster-api-provider-azure-test
pull-cluster-api-provider-azure-apiversion-upgrade 5f04ccf link true /test pull-cluster-api-provider-azure-apiversion-upgrade

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@nawazkh
Copy link
Member Author

nawazkh commented Jan 15, 2025

I think we can abandon this PR and focus on #5369 for testing since the ultimate aim is to merge CAPI v1.9.3 with CAPZ main.
However, I think the issue is not with the timeout, since the upgrade tests is erroring out with a 600 second timeout too.
ref:

[FAILED] Timed out after 600.000s.
  Unexpected error:
      <errors.aggregate | len:1, cap:1>: 
      admission webhook "default.azuremachinepool.infrastructure.cluster.x-k8s.io" denied the request: failed to set default managed identity defaults: failed to find parent machine pool: failed to find parent MachinePool: failed to get MachinePool for clusterctl-upgrade-workload-t2kpxs-mp-0
      [
          <*errors.StatusError | 0xc000ee0460>{
              ErrStatus: {
                  TypeMeta: {Kind: "Status", APIVersion: "v1"},
                  ListMeta: {
                      SelfLink: "",
                      ResourceVersion: "",
                      Continue: "",
                      RemainingItemCount: nil,
                  },
                  Status: "Failure",
                  Message: "admission webhook \"default.azuremachinepool.infrastructure.cluster.x-k8s.io\" denied the request: failed to set default managed identity defaults: failed to find parent machine pool: failed to find parent MachinePool: failed to get MachinePool for clusterctl-upgrade-workload-t2kpxs-mp-0",
                  Reason: "Forbidden",
                  Details: nil,
                  Code: 403,
              },
          },
      ]
  occurred
  In [It] at: /home/prow/go/pkg/mod/github.com/nawazkh/cluster-api/test@v1.1.0-beta.2.0.20250115180729-68adca8bf41b/e2e/clusterctl_upgrade.go:454 @ 01/15/25 19:04:42.315

@nawazkh
Copy link
Member Author

nawazkh commented Jan 15, 2025

/close

@k8s-ci-robot
Copy link
Contributor

@nawazkh: Closed this PR.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@nawazkh nawazkh deleted the nhk-capi-1-8-6 branch January 15, 2025 19:32
@nawazkh nawazkh mentioned this pull request Jan 15, 2025
4 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants