-
Notifications
You must be signed in to change notification settings - Fork 1
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
nbgrader-exchange volume is never mounted #4
Comments
I also get the below error while the spawner is loading: 2023-12-18T20:09:11.656075Z [Warning] 0/1 nodes are available: 1 Insufficient memory. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod.. 2023-12-18T20:11:19Z [Normal] Stopping container notebook Event log I was wondering how I can manage the resource parameters if I have 16Gi memory and 4 cpus and let's say 10 students best regards, |
Hey @bpfrd
While you were testing something, you probably tried to delete the PVC "nbgrader-exchange". The problem is, that when you do that, you also have to delete all the jobs/pods, that are tied to that PVC. Until then the PVC itself is not going to get deleted. Then you probably tried to start a new pod, which wants to mount the PVC, that is marked for deletion. If you are just testing, delete the PVC and also all the pods, that it's used by.
Have in mind, that you also have to modify the resource limits for the "hub" and "proxy" pods. The sum of the resource limits of all your pods (10 singleuser + hub + proxy + other (if you have)) should not exceed 4CPU & 16Gi memory. |
Hello,
I noticed that the exchange volume is defined but never mounted on the students' countainers. Here is the result of
kubectl get pod/jupyter-student1 -o yaml
best regards
The text was updated successfully, but these errors were encountered: