Skip to content

periodic-cluster-api-provider-vsphere-e2e-supervisor-main is flaky #3592

@sbueringer

Description

@sbueringer

periodic-cluster-api-provider-vsphere-e2e-supervisor-main is flaky since the multi-network PR was merged.

Here are a few examples:

triage link: https://storage.googleapis.com/k8s-triage/index.html?text=resourceVersions%20didn%27t%20stay%20stable&job=.*cluster-api.*vsphere.*main

In general the test is testing a Cluster upgrade with Runtime SDK. At the end of the test we verify that the resourceVersions stay stable.

The tests are failing because the resourceVersions do not stay stable. It looks like after a while a second IP shows up (in status fields added via the multi-network PR):

  	spec:
  	... // 24 identical lines
  	        addresses:
  	        - address: 192.168.32.228
+ 	          state: preferred
+ 	        - address: 192.168.35.192
  	          state: preferred
  	        - address: fe80::250:56ff:feae:c5b5
  	... // 28 identical lines

Some notes:

  • the same additional IP also shows up on the corresponding VirtualMachine CR
  • the test is using the dummy network provider

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions