It is much easier to debug if you use tool like Kubernetes Dashboard, you can easily check pod logs and deployment statuses. I haven't seen problems with this pod but I've had another problem with aai pod: it couldn't get running state and its logs showed the following message: " [WARNING] (1) : [haproxy.main()] Cannot raise FD limit to 2000083, limit is 65536"
I used the following fix: Edit deployment aai-deployment-configmap haproxy.cfg: > global log /dev/log local0 stats socket /usr/local/etc/haproxy/haproxy.socket mode 660 level admin stats timeout 30s # it is required else pod will not come up + maxconn 1000000 - change this value + no strict-limits - add this line user haproxy group haproxy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#24405): https://lists.onap.org/g/onap-discuss/message/24405 Mute This Topic: https://lists.onap.org/mt/98259256/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
