Hi, how can we run job pipelines in different name...
# deployment-kubernetes
s
Hi, how can we run job pipelines in different namespaces ? let's say per team basis ?
r
there’s is a
job_namespace
configurable for the K8s run launcher but this will apply to all runs.
s
so basically, we can't deploy user deployment & their jobs in individual namespace (per team) ?
r
you can configure pipelines to launch jobs in specific namespaces by specifying the job metadata as the tag, but you should make sure that your serviceaccount has access to create jobs in those namespaces
106 Views