Restarting the containers in a specific pod is identified by executing "oc get pods" and checking the RESTARTS. If any pod shows the restart as non-zero (eg: aijaincnf-cs-574f555cc-f7f29), issue the "oc describe pod <pod_name>" command to check the container that restarted.
During a Helm installation, if you observe the restart of isbc-container/slb-container/cs-container in SC/SLB/CS pods respectively, a possible reason for the restart is:
"DPDK probe fails when the ownership of the PCI device (VF - Virtual function) was with another POD, and this results in SWe_NP exit. This can happen when the VF given to the pod is associated with another pod that's in terminating state."