Mitchell Bregman
04/20/2021, 7:48 PMservice_account_name
, but it seems the pods are still using the default service account to the namespace.. my agent is also deployed with an undefined service_account_name
.. any thoughts?
flow.run_configs = KubernetesRun(
image_pull_secrets=["xxx"],
job_template=config.KUBE_JOB_TEMPLATE,
cpu_limit=config.KUBE_CPU_LIMIT,
cpu_request=config.KUBE_CPU_REQUEST,
memory_limit=config.KUBE_MEMORY_LIMIT,
memory_request=config.KUBE_MEMORY_REQUEST,
service_account_name="my-service-account",
)
Kevin Kho
Mitchell Bregman
04/20/2021, 8:40 PMKevin Kho
Tyler Wanner
04/20/2021, 11:24 PMTyler Wanner
04/20/2021, 11:41 PMflow.run_config
instead of flow.run_configs
@Mitchell Bregman -- all these configs will be useless if you have that s on the end thereMitchell Bregman
04/21/2021, 2:50 PMMitchell Bregman
04/21/2021, 2:50 PMTyler Wanner
04/21/2021, 2:53 PM