Nuno Silva
09/21/2020, 12:07 PMDaskKubernetesEnvironment
how to setup the k8s namespace in which we want the job to run in the cluster?
I'm using scheduler_spec_file/worker_spec_file
and in the yaml files I set the metadata:namespace: <name>
. But for the job itself it starts in the default
namespacejosh
09/21/2020, 1:27 PM--namespace
option? I’m thinking maybe it’s the first prefect job that is being spun up in the default namespaceNuno Silva
09/21/2020, 1:32 PM