nerc-project / operations

Issues related to the operation of the NERC OpenShift environment
2 stars 0 forks source link

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

Closed IsaiahStapleton closed 2 weeks ago

IsaiahStapleton commented 1 month ago

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:

Completion Criteria

joachimweyl commented 1 month ago

@IsaiahStapleton please update based on yesterdays conversation.

IsaiahStapleton commented 2 weeks ago

I created a solution that can gather the pod logs that is found here: https://github.com/IsaiahStapleton/BU-RHOAI/tree/feature