Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report status related the notebook server startup in Notebook resource #159

Open
christianvogt opened this issue Aug 25, 2023 · 0 comments
Labels
kind/feature New feature priority/minor An issue with the product that doesn't impact the user much or not at all (ie tech debt)

Comments

@christianvogt
Copy link

/kind feature

Why you need this feature:
[Is your feature request related to a problem? Please describe in details]
The ODH dashboard reports the progress of a notebook server startup to the user as well as reports any errors that occurred during this process. It does this today by identifying the pod related to the notebook and then inspecting the events of the pod (see here). This however is error prone and subject change.

If the pod never starts then the UI needs to start looking elsewhere to find the cause. For example if there is a LimitRange that prevents the StatefulSet from starting a pod, the StatefulSet events will report this error.

Furthermore if there was already a StatefulSet that existed in the namespace with the exact same name of a newly created Notebook, then the Notebook will never start and there's no where this error gets reported.

Describe the solution you'd like:
[A clear and concise description of what you want to happen.]

It would be best if the Notebook reported all relevant information in its status. Clients shouldn't have to know the implementation details and look for other related resources just to obtain the status of the Notebook.

@openshift-ci openshift-ci bot added the kind/feature New feature label Aug 25, 2023
@harshad16 harshad16 added the priority/minor An issue with the product that doesn't impact the user much or not at all (ie tech debt) label Aug 30, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in ODH IDE Planning Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature priority/minor An issue with the product that doesn't impact the user much or not at all (ie tech debt)
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants