Urgent: Workspace Disconnected
Hey,
I have a pod running with some data. Suddenly, the workspace has got disconnected and I am not able to connect back to it.
If I'll stop the pod, the data will be lost.
How to get the data? I'm running on secure cloud
When I try to connect juypter notebook / web terminal: No web page was found for the web address:....
Solution:Jump to solution
Your data in /workspace doesn't get lost if your stop the pod. The data in /workspace is using persistent storage unless you created a pod without any persistent storage. Therefore it should be safe to stop the pod.
2 Replies
Solution
Your data in /workspace doesn't get lost if your stop the pod. The data in /workspace is using persistent storage unless you created a pod without any persistent storage. Therefore it should be safe to stop the pod.
oh I misread
All data that is not currently stored in /workspace will be lost!