Open ronaldpetty opened 9 months ago
Related to last part on names/labels. I noticed in the "EVENTS" of the notebook, it didn't list the pods that were from the stateful set. I would think the entire chain from notebook->statefulset->pod<-pvc would be a good list. I was looking for where the PVCs where actually mounted (obvious now, but unclear on first read of guide as it doesn't mention mount point).
/transfer notebooks
@ronaldpetty: The label(s) kind/feature
cannot be applied, because the repository doesn't have them.
/kind feature
Why you need this feature:
The listed resource are misleading (a little). When creating a notebook, the "minimum" is actually both minimum and maximum because its listed as request and limits just the same (for notebook resource). I think a few items regarding resources could be useful to know what is be being used by notebooks (versus using other tools to figure it out).
Describe the solution you'd like:
Also related to resource tracking. If a notebook resource becomes a pod resource, maybe tie the names a little more.
The test1-0 pod I believe is the notebook, but the name format is different and unclear how it ties back to that one notebook. (also don't know if the pipelines are involved here, so same issue if they are, labels don't relate them clearly to me).
Keep up the good work!