great-father-37686
07/01/2024, 6:22 PMdate_updated
) and am trying to trigger it via Jupyter notebook -great-father-37686
07/01/2024, 9:03 PMctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONE
great-father-37686
07/02/2024, 9:16 PMmetaflow
ns, argo-events and argo-workflows to their own respective namespaces.
I would like all metaflow-related pods to be launched within metaflow
namespace.
when i create my workflow:
python3 workflows/event_triggered_flow.py --environment=conda argo-workflows create
it gets created in argo under metaflow
ns because of the metaflowconfig. but when I run a jupyter notebook cell (see above) the WF in metaflow does not get triggered, but a workflow I previously created with METAFLOW_KUBERNETES_NAMESPACE=argo-events
does.
does this mean I have to put everything in one ns?
I saw this thread and I guess I'm still wondering what the path forward isbillowy-salesmen-57704
07/03/2024, 8:50 AMgreat-father-37686
07/03/2024, 4:20 PMacoustic-van-30942
02/06/2025, 7:24 PMancient-application-36103
02/06/2025, 7:56 PMbillowy-salesmen-57704
02/07/2025, 8:19 AMbillowy-salesmen-57704
02/07/2025, 8:20 AM