-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
4.13, 4.14
-
None
-
Important
-
No
-
False
-
-
Customer Escalated
Description of problem:
With the same symptoms of OCPBUGS-18641, but this time creating new nodes with the usage of machineset which have more than one NIC it ends up leaving the taint "node.cloudprovider.kubernetes.io/uninitialized" and misses the ProviderID value.
Version-Release number of selected component (if applicable):
As been noticed that in 4.13 in addition to the already explained symptoms, the vmware-vsphere-csi-driver-node goes in "CrashLoopBackOf" due to [Error: virtual machine wasn't found] while in 4.14 this does not happen.
How reproducible:
Very often
Steps to Reproduce:
1. Install an IPI cluster on VMware 2. Create/Modify machineset with two network interfaces 3. Scale out the machineset
Actual results:
- Nodes get created with taint "node.cloudprovider.kubernetes.io/uninitialized"
- ProviderID is missing in the node definition
- vmware-vsphere-csi-driver-node goes in CrashLoopBackOf" due to [Error: virtual machine wasn't found]
Expected results:
The nodes should get created without the taint, with the ProviderID and without pods failing
- account is impacted by
-
RFE-5077 [vsphere] Allow the creation of machines with multiple NICs in OCP IPI
- Accepted
- relates to
-
OCPSTRAT-1369 Document best practices and support of OVN on vSphere with multiple NICs
- Closed
- links to