-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Storageclass name for PVC is not getting set for workspaces being created by checluster #21807
Comments
Could you please provide the contents of the
|
kubectl get dwoc devworkspace-config -n eclipse-che -o yaml
|
And DevWorkspaces you create through the dashboard are not using the |
Yes correct, it is only about new workspaces only. I am new to eclipse-che and don't have any existing workspaces for this. |
Compared 7.55.0 vs 7.56.0 - This issue is not happening in 7.55.0 and I decided to go with that version for now. Uninstalled che 7.56.0 running Installed chectl CLI version 7.55.0 manually and again installed che 7.55.0 successfully using the below command and able to launch a workspace successfully and also please refer the PV in Bound status.
|
@vazhagesan I was able to reproduce the issue you described on Eclipse Che 7.56. The issue has now been resolved, and the fix appears in Eclipse Che 7.57 - you can download the 7.57 version of chectl here to try it out. If you have the chance, please confirm if updating to the 7.57 release fixes your issue so that we can close this issue. Thank you :) |
@AObuchow Great and thanks for the update. I will check and confirm. |
@vazhagesan hello, have you got a chance to verify against the latest version of Eclipse Che? |
Describe the bug
I have deployed eclipse-che 7.56.x successfully on on prem k8s cluster (1 master, 1 worker). All the pods are assigned to worker node only.
the storageclass name passed in the checluster is not set to the PersistentVolumeClaim (claim-devworkspace) created by che when i created the sample workspace.
CR path file :-
PVs:-
Comparison of postgres-data and username-che workspace PVCs : -
Che version
7.56@latest
Steps to reproduce
chectl server:deploy --platform k8s --domain=abc.example.com --postgres-pvc-storage-class-name=postgres-storage --workspace-pvc-storage-class-name=workspace-storage --che-operator-cr-patch-yaml cr-patch.yaml
Expected behavior
Workspace pods should be running
Persistent Volume claim by che should be bound to PVs and able to access workspace in dashboard successfully.
Runtime
Kubernetes (vanilla)
Screenshots
No response
Installation method
chectl/latest
Environment
Linux
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: