kubernetes-sigs / jobset

JobSet: a k8s native API for distributed ML training and HPC workloads
https://jobset.sigs.k8s.io/
Apache License 2.0
152 stars 47 forks source link

Drop namespace from config option #720

Open kannon92 opened 19 hours ago

kannon92 commented 19 hours ago

What would you like to be added:

We should drop namespace from the config option and take the namespace that the serviceaccount for JobSet lives under.

Why is this needed: https://github.com/kubernetes-sigs/jobset/pull/719#discussion_r1866469895

It is unclear the behavior that would happen if someone installs jobset into namespace x and the configuration is using namespace y. In the thread we discussed potentially dropping the namespace field from the config and using the namespace in serviceAccount.

kannon92 commented 19 hours ago

cc @andreyvelich @ahg-g @danielvegamyhre