sematic-ai / sematic

An open-source ML pipeline development platform
Other
975 stars 59 forks source link

Add pod spec to the "pods" tab #1086

Open augray opened 1 year ago

augray commented 1 year ago

It could be useful for debugging purposes to be able to see the full pod spec in the "pods" tab. Ex: to see whether the node selectors look right if the pod is not getting scheduled. Care will need to be taken when implementing this not to expose the Sematic API key for the user who ran the job, since it is included in the pod spec.