You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed nbgrader-k8s on a single-node k3s cluster. it seems that the hub pod fails. here is more info:
centos@master-01$ kubectl get po
NAME READY STATUS RESTARTS AGE
pod/hub-c475d685f-qf2s9 0/1 Pending 0 6m39s
pod/proxy-75c75c7495-hdqdc 1/1 Running 0 6m39s
I was wondering how I can resolve this issue. I already changed storageclass to "local-path" which is k3s' default. Should I change any other config params?
Thanks
best
The text was updated successfully, but these errors were encountered:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 27m default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition
Warning FailedScheduling 7m2s (x2 over 17m) default-scheduler running PreBind plugin "VolumeBinding": binding volumes: timed out waiting for the condition
Hello,
I deployed nbgrader-k8s on a single-node k3s cluster. it seems that the hub pod fails. here is more info:
I was wondering how I can resolve this issue. I already changed storageclass to "local-path" which is k3s' default. Should I change any other config params?
Thanks
best
The text was updated successfully, but these errors were encountered: