-
Notifications
You must be signed in to change notification settings - Fork 431
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
dualstack vmss cluster stuck at namespace deletion with old k8s version #4347
Comments
@lzhecheng I'm seeing the following errors in the logs:
Is it possible something is deleting the resource group during the test? |
Actually the rg is getting deleted before the test finishes running because the test is taking 5 hours due to all the test timeouts and all RGs older than 4 hours are deleted by the rg cleanup job So the RG deletion doesn't seem to be the cause of the issue It looks like the latest run with 1.28 is failing the same way: https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/cloud-provider-azure-master-dualstack-vmss-capz/1733215008105435136 |
I believe you are hitting a bug with the newest version of containerd, you need the same workaround applied in #4209 to https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/tests/k8s-azure/manifest/cluster-api/cluster-template-prow-dual-stack-mp.yaml Side note: would you be able to use the CAPZ template for this test (https://github.com/CecileRobertMichon/cluster-api-provider-azure/blob/main/templates/test/ci/cluster-template-prow-dual-stack.yaml) ? It has both VMSS and VMs What is https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/tests/k8s-azure/manifest/cluster-api/cluster-template-prow-dual-stack-mp.yaml adding that is not already covered in the CAPZ template? Edit: instead of adding the restart containerd workaround you should be able to do #4350 directly |
@CecileRobertMichon Thank you. I will try it.
|
@CecileRobertMichon Another question: templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml |
I don't think that difference is intentional, we should add a MachinePool to the ci-version template as well |
I created an issue for it |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
/kind bug
[Before submitting an issue, have you checked the Troubleshooting Guide?]
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
For dualstack vmss CI with k8s version 1.27.1, clusters were stuck at namespace deletion. I deployed the same cluster locally and it also fails.
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/cloud-provider-azure-master-dualstack-vmss-capz/1732852687860404224
What did you expect to happen:
Old k8s version is also supported.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: