Giter VIP home page Giter VIP logo

Comments (11)

CecileRobertMichon avatar CecileRobertMichon commented on August 16, 2024

@lzhecheng I'm seeing the following errors in the logs:

      --------------------------------------------------------------------------------
      RESPONSE 404: 404 Not Found
      ERROR CODE: ResourceGroupNotFound
      --------------------------------------------------------------------------------
      {
        "error": {
          "code": "ResourceGroupNotFound",
          "message": "Resource group 'capz-cfoe84' could not be found."
        }
      }
      --------------------------------------------------------------------------------

Is it possible something is deleting the resource group during the test?

from cluster-api-provider-azure.

CecileRobertMichon avatar CecileRobertMichon commented on August 16, 2024

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

from cluster-api-provider-azure.

CecileRobertMichon avatar CecileRobertMichon commented on August 16, 2024

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

from cluster-api-provider-azure.

lzhecheng avatar lzhecheng commented on August 16, 2024

@CecileRobertMichon Thank you. I will try it.
I'm willing to use capz templates but I want to create a cluster with only vmss.
I think there're 2 solutions:

  1. Use 2 variables for workload count in capz templates, and by default set both to be the same. Then I can specify one variable be 0 in my testing.
  2. I need to update cloud-provider-azure test code to be able to run on only vmss nodes or vm nodes. This solution needs some effort to go through all GetPod/CreatePod functions for example.

from cluster-api-provider-azure.

lzhecheng avatar lzhecheng commented on August 16, 2024

@CecileRobertMichon Another question:
I thought the only difference between these 2 templates is that the first support KUBERNETES_VERSION: latest. However, the first one has MachineDeployment but the second one has MachineDeployment and MachinePool. Why this difference?

templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml
templates/test/ci/cluster-template-prow-ipv6.yaml

from cluster-api-provider-azure.

CecileRobertMichon avatar CecileRobertMichon commented on August 16, 2024

I don't think that difference is intentional, we should add a MachinePool to the ci-version template as well

from cluster-api-provider-azure.

lzhecheng avatar lzhecheng commented on August 16, 2024

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

from cluster-api-provider-azure.

k8s-triage-robot avatar k8s-triage-robot commented on August 16, 2024

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

from cluster-api-provider-azure.

k8s-triage-robot avatar k8s-triage-robot commented on August 16, 2024

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

from cluster-api-provider-azure.

k8s-triage-robot avatar k8s-triage-robot commented on August 16, 2024

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

from cluster-api-provider-azure.

k8s-ci-robot avatar k8s-ci-robot commented on August 16, 2024

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

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.

from cluster-api-provider-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.