Hi, Got a question regarding the deployment of the...
# ask-metaflow
b
Hi, Got a question regarding the deployment of the pod onto k8s. I'm using argo-workflows in order to deploy my flow on azure k8s, currently the pods are spinning up in metaflow-argo (my default namespace), what i want to achieve is have those pods on another namespace. From the docs i saw that the `METAFLOW_KUBERNETES_NAMESPACE`should be used, but when i use it the flow in argo-workflows gets under the namespace that i have specified but does not start the flow (stuck on pending), it there another step that i need to do before i can run the flow on another namespace (pod wise, not artifacts)? (from other posts i also haven't been able to find an answer :( )
1
s
That should be it - as long as the cluster is properly configured. What is the error that you see in the argo workflows UI?
b
i haven't seen anything, i never created another namespace in argo, so could only see the flows under
metaflow-argo
since i needed the pods to spin up in a designated namespace in order to communicate with the resources that i'm deploying there (mongo) i ended up deploying the resources in the designated namespace but have the pod (which is deployed in metaflow-argo) connect to that to the resource under that namespace (we are not blocking communication between namespaces).
Thanks @square-wire-39606 🙏