-
Notifications
You must be signed in to change notification settings - Fork 428
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
[WIP] [DO_NOT_MERGE] Test lb name #5293
Conversation
/test ls |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
@willie-yao: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
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. |
/test pull-cluster-api-provider-azure-apiversion-upgrade |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5293 +/- ##
==========================================
- Coverage 52.57% 52.56% -0.01%
==========================================
Files 272 272
Lines 29408 29425 +17
==========================================
+ Hits 15462 15468 +6
- Misses 13148 13157 +9
- Partials 798 800 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
/test pull-cluster-api-provider-azure-apiversion-upgrade |
1 similar comment
/test pull-cluster-api-provider-azure-apiversion-upgrade |
@willie-yao: The following test failed, say
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. |
E1121 04:22:09.340665 1 controller.go:324] "Reconciler error" err="failed to patch AzureCluster clusterctl-upgrade/clusterctl-upgrade-workload-irenzl: admission webhook \"validation.azurecluster.infrastructure.cluster.x-k8s.io\" denied the request: AzureCluster.infrastructure.cluster.x-k8s.io \"clusterctl-upgrade-workload-irenzl\" is invalid: spec.networkSpec.apiServerLB.name: Forbidden: API Server load balancer private IP should not be modified after AzureCluster creation." controller="azurecluster" controllerGroup="infrastructure.cluster.x-k8s.io" controllerKind="AzureCluster" AzureCluster="clusterctl-upgrade/clusterctl-upgrade-workload-irenzl" namespace="clusterctl-upgrade" name="clusterctl-upgrade-workload-irenzl" reconcileID="ca234f36-4064-4321-a7c1-cb14d842d3e6" The above error if from the CAPZ controller log; Ref: recent upgrade test run Thinking out loud:
|
One more thing: At the very least we need to check if |
PR needs rebase. 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. |
/close |
@willie-yao: Closed this PR. In response to this:
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. |
What type of PR is this?
Testing failure https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#capz-periodic-apiversion-upgrade-main
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 #
Special notes for your reviewer:
TODOs:
Release note: