When deploying workloads or Cloud-Native Network Functions (CNFs) on a VMware Telco Cloud Automation (TCA) cluster (e.g., version 3.3.0.1), pods fail to initialize and remain stuck in the init or ContainerCreating state.
Reviewing the pod events or kubelet logs reveals the following error:Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "...": plugin type="multus-shim" name="multus-cni-network" failed (add): CNI request failed with status 400
TCA 3.3.0.1
TCP 5.0.2
The root cause is a target path definition error within the configuration parameters of the Istio CNI Node DaemonSet (istio-cni-node).
During the node bootstrap sequence, the install-cni container targets an internal Multus installation staging subdirectory instead of the active host-mapped directory (/etc/cni/net.d). Because the critical files istio-cni.conf and istio-cni.kubeconfig are missing from the standard directory, the multus-shim cannot validate the network namespace rules, resulting in a Status 400 failure.
To permanently resolve this issue and ensure persistence across node re-imaging or scaling events, the resolution must be applied at the vendor application layer.
The vendor must update their Network Function (NF) deployment templates and installation scripts to target the standard active directory path.
cni_conf_dir and kubeconfig_dir variables to /etc/cni/net.d.istio-cni.conf and istio-cni.kubeconfig are now being automatically placed in /etc/cni/net.d upon node creation.For immediate restoration of service on existing nodes:
stio-cni.conf and istio-cni.kubeconfig from the internal staging subdirectory into the active /etc/cni/net.d/ folder.Ready state.Note: Manual file transfers are non-persistent and will be wiped during node re-imaging, upgrades, or scaling events. The vendor template update is required for a permanent fix.