curl to the harbor doesn't work and may fail with certificate-related errors.Reason: ReconcileFailed. Message: vendir: Error: Syncing directory '0': Syncing directory: with imgpkgBundle cont ents: Fetching image: Error while preparing a transport to talk with the registry: Unable to create round tripper: Get "https://harbor.test.com/v2/: tls: failed to verify certificate: x509: certificate signed by unknown authority (hint: The CA Certificate from URL is unknown/invalid. Add valid CA certificate to the kapp-controller configuration to reconcile successfully).VMware NSX
Geneve encapsulated packets are dropped on the physical network owing to higher MTU than configured value of 1500 bytes.
Make sure the underlay physical network supports at least 1600 bytes of MTU.
vmkping -S vxlan -s 1572 -I vmk10 -d <Edge TEP IP>-S = Stack-s = size-I = Interface-d = DontFragmentNote: Test it with both lower MTU and Jumbo MTUvmkping -S vxlan -s 1472 -I vmk10 -d <Edge TEP IP> --> This works confirms that there are no routing issues and L3 connectivity is goodvmkping -S vxlan -s 1572 -I vmk10 -d <Edge TEP IP> --> This doesn't work, while the previous one works, suggesting that the underlay is configured with only 1500 bytes and not meeting the prerequisites
To validate the vmkping between Edge and ESXi host TEP.
Go into the TUNNEL VRF(vrf 0 In most cases, verify by running the command get gateways on the admin mode on NSX Edge) and run the command,edge01(vrf)> ping <ESXi TEP IP> source <Edge TEP IP> size 1472 dfbit enable --> This works confirms that there are no routing issues and L3 connectivity is goodedge01(vrf)> ping <ESXi TEP IP> source <Edge TEP IP> size 1572 dfbit enable --> This doesn't work while the previous one works, suggesting that the underlay is configured with only 1500 bytes and does not meet the prerequisites.