3.2
If the Diagnosis plugin fails to run or stalls, verify if the tca-diagnosis-caas-plugin pod has exhausted its file descriptors.
kubectl get pods -n tca-cp-cn | grep tca-diagnosis-caas-plugin
kubectl logs -f -n tca-cp-cn <pod_name>
Scan the output for the error string: too many open files.
kubectl delete pod -n tca-cp-cn <pod_name>
Wait for the new pod to reach Running status, then retry the Diagnosis request in the TCA UI.