Rubén Lopez Lozoya
03/18/2021, 7:47 PMrex
03/18/2021, 8:07 PMRubén Lopez Lozoya
03/18/2021, 8:32 PMNoah K
03/18/2021, 8:45 PMRubén Lopez Lozoya
03/18/2021, 8:56 PMNoah K
03/18/2021, 9:02 PMRubén Lopez Lozoya
03/18/2021, 9:11 PMserviceAccountName
as part of the job spec, but I am unable to define the Dagster jobs myself, so I have to tell the job launcher to do it, and that is the original question, where do I tell him to do so. 😞Noah K
03/18/2021, 9:19 PMMatyas Tamas
03/18/2021, 9:20 PMNoah K
03/18/2021, 9:21 PMRubén Lopez Lozoya
03/18/2021, 9:21 PMNoah K
03/18/2021, 9:21 PMRubén Lopez Lozoya
03/18/2021, 9:22 PMNoah K
03/18/2021, 9:23 PMMatyas Tamas
03/18/2021, 9:23 PM<project_id>.svc.id.goog[default/default]
which will work as well.Noah K
03/18/2021, 9:24 PMMatyas Tamas
03/18/2021, 9:24 PMNoah K
03/18/2021, 9:24 PMserviceAccountName
default
SA then 🙂Matyas Tamas
03/18/2021, 9:25 PMMatyas Tamas
03/18/2021, 9:31 PMNoah K
03/18/2021, 9:33 PMMatyas Tamas
03/18/2021, 9:33 PMNoah K
03/18/2021, 9:33 PMMatyas Tamas
03/18/2021, 9:39 PM@solid(tags={
"dagster-k8s/config": {
"job_config": {
"service_account_name": "<service account>"
}
}
})
William Sheu
03/18/2021, 9:39 PMMatyas Tamas
03/18/2021, 9:39 PMWilliam Sheu
03/18/2021, 9:39 PMexecution:
celery-k8s:
config:
...
service_account_name: ...
Matyas Tamas
03/18/2021, 9:40 PMNoah K
03/18/2021, 9:42 PM