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

Create deployment for rhods-notebooks that gathers pod logs #770

Open
2 of 3 tasks
IsaiahStapleton opened this issue Oct 15, 2024 · 1 comment
Open
2 of 3 tasks
Assignees
Labels
ope This issue pertains to ope projects

Comments

@IsaiahStapleton
Copy link

IsaiahStapleton commented Oct 15, 2024

Issue: Students running containers in rhods-notebooks will often have their pvc deleted randomly. Because we don't store logs anywhere we don't have a good way to investigate this behavior and what is leading to their pvc being deleted.

Proposed Solution: Create a deployment that will create a pod in the rhods-notebooks namespace that will gather pod logs and other information to help investigate issues students are having with their environment.

The type of information we would like to currently gather is:

  • Pod logs
  • event logs
  • pvc/notebook deletion time
  • which worker node pod is running on

Completion Criteria

  • Deployment created that can gather information listed above from rhods-notebooks namespace
  • The information is formatted and saved to a volume
  • The logs from the volume can be viewed in a simple web ui
@IsaiahStapleton IsaiahStapleton added the ope This issue pertains to ope projects label Oct 15, 2024
@IsaiahStapleton IsaiahStapleton self-assigned this Oct 15, 2024
@joachimweyl
Copy link
Contributor

@IsaiahStapleton please update based on yesterdays conversation.

@IsaiahStapleton IsaiahStapleton changed the title Create deployment for rhods-notebooks that gathers pod logs and sends it to a slack channel Create deployment for rhods-notebooks that gathers pod logs Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ope This issue pertains to ope projects
Projects
None yet
Development

No branches or pull requests

2 participants