high-cpu-83358
03/26/2024, 10:27 PMMETAFLOW_SERVICE_URL. Following this format didn't work for me: "https://<service-name>.<namespace>.svc.cluster.local:<service-port>/". Instead I had to port forward 8080 from that specific pod to localhost:8080 and configure my metaflow config to use that. Is there something I'm missing?high-cpu-83358
03/26/2024, 10:28 PM<https://metaflow-metaflow-service.argo.svc.cluster.local:8080/>high-cpu-83358
03/26/2024, 10:29 PMrequests.exceptions.ConnectionError: HTTPSConnectionPool(host='metaflow-metaflow-service.argo.svc.cluster.local', port=8080): Max retries exceeded with url: /flows/TestPipeline (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x119025f90>: Failed to resolve 'metaflow-metaflow-service.argo.svc.cluster.local' ([Errno 8] nodename nor servname provided, or not known)"))hallowed-glass-14538
03/26/2024, 10:39 PMargo namespace ?high-cpu-83358
03/26/2024, 10:40 PMpython test_pipeline.py --with kubernetes:image="<image>" argo-workflows createhigh-cpu-83358
03/26/2024, 10:41 PMargo namespaceelegant-lamp-40213
03/27/2024, 9:21 AMMETAFLOW_SERVICE_URL.high-cpu-83358
03/27/2024, 3:49 PMhundreds-midnight-75494
04/12/2024, 1:34 AM