fast-vr-44972
06/28/2023, 8:03 PMdefault namespace even though there is an argo namespace? Is this expected?fast-vr-44972
06/28/2023, 8:05 PMancient-application-36103
06/28/2023, 9:07 PMancient-application-36103
06/28/2023, 9:09 PMmetaflow configure kubernetes will ask you questions to configure your event related configuration. once you execute that, you will see some extra entries in ~/.metaflowconfig/config.json -
"METAFLOW_ARGO_EVENTS_EVENT": "xxx",
"METAFLOW_ARGO_EVENTS_EVENT_BUS": "xxx",
"METAFLOW_ARGO_EVENTS_EVENT_SOURCE": "xxx",
"METAFLOW_ARGO_EVENTS_SERVICE_ACCOUNT": "xxx",
"METAFLOW_ARGO_EVENTS_WEBHOOK_URL": "xxx",ancient-application-36103
06/28/2023, 9:10 PMdefault namespace - you can change the namespace your workflow gets deployed to by adding METAFLOW_KUBERNETES_NAMESPACE=some-namespace in ~/.metaflowconfig/config.json