How to recover a deployment after accidentally deleting it #421
-
|
hi, Issue: Deployment Not Recreated After Deleting PersistentVolumeClaimWhen using Keycloak to create a user and log in to launch the app, Theia Cloud creates a deployment as shown below: I created one user:
ProblemDue to an accidental deletion, the PersistentVolumeClaim (PVC) used by deployment session-wssyff-sunwise-ide12-311fe11a5add was removed. To recover, I deleted the deployment, expecting it to be recreated automatically. However, it did not recreate. Now, when launching the app again with user "wss", I encounter this error: QuestionHow can I restore the deployment and its associated PVC so that the user "wss" can successfully launch the app again? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, could you please check whether there is a leftover workspace still associated with the session?
You might need to delete it manually. Also, are there any hints in the operator logs? |
Beta Was this translation helpful? Give feedback.


Hi, could you please check whether there is a leftover workspace still associated with the session?
kubectl get workspaces -n my-namespaceYou might need to delete it manually.
Also, are there any hints in the operator logs?