beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Allow setting service account via `--service-account` #35

Closed christopher-dG closed 2 years ago

christopher-dG commented 2 years ago

Close #32

Needs testing, I haven't done the local setup for this so it might be nice if someone else can give it a go.

kolia commented 2 years ago

I've confirmed that this works by doing:

julia_pod --service-account="nope" and observing that the job never gets allocated pod, whereas setting the service account to a permissible value results in a pod being stood up.

Merging.