-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Description
periodic-cluster-api-provider-vsphere-e2e-supervisor-main is flaky since the multi-network PR was merged.
Here are a few examples:
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/periodic-cluster-api-provider-vsphere-e2e-supervisor-main/1959390426087559168
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/periodic-cluster-api-provider-vsphere-e2e-supervisor-main/1959028035667628032
- https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/periodic-cluster-api-provider-vsphere-e2e-supervisor-main/1958303252831277056
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
Labels
No labels