LlamaIndex training loop failed to fetch data due to network policy
Problem Description During a nightly training run, the LlamaIndex training loop crashes when it attempts to load external documents or call remote APIs. The pod logs contain errors such as: urllib3.exceptions.MaxRetryError: Failed to establish a new connection: [Errno 111] Connection refused requests.exceptions.ConnectionError: HTTPConnectionPool(host=’example.com’, port=80): Max retries exceeded with url: /data.json (Caused by NewConnectionError) EgressPolicyDenied: traffic … Read more