-
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
On minikube, not able to start a workspace with che installed with chectl next #21557
Comments
@dkwon17 do you have the |
@l0rd these were the logs I was able to get before the the pod was gone (I've set
|
I have been able to reproduce this issue on chectl stable version (7.50) on a minikube cluster, but with one more step: Before starting a workspace, create this config map on the user namespace:
(the above assumes that This configmap has the correct labels and annotations for the Devworkspace operator to set the Multiple workpsace pods will start up and terminate one by one. But, after deleting the configmap above the workspace pod will start up successfully. |
It looks like the cause of this issue in Che installed via chectl next, is because this merged PR for che-operator: eclipse-che/che-operator#1443 creates a similar config map in the user namespace:
|
I noticed that this issue also happens when using the Events:
Logs for
|
I cannot reproduce this issue on chectl next anymore after the DWO update on che-operator, but I experience this issue on chectl stable (Che 7.51) on minikube. A temporary workaround that I've used to get workspaces starting on minikube with Che 7.51 was to update DWO by running:
|
@dkwon17 |
Hi @tolusha thank you for the reminder, we can close this issue |
Describe the bug
On a minikube cluster, I'm not able to start a workspace with Che installed with chectl next due to the workspace pod terminating:
I'm not able to reproduce this issue on an OpenShift environment.
Che version
next (development version)
Steps to reproduce
After installation is complete, open the Che dashboard and start any sample project.
The workspace does not start. The workspace pod terminates due to a failing init container:
remote-runtime-injector
:Expected behavior
The workspace pod should not terminate. The workspace should start and the editor should open.
Runtime
minikube
Screenshots
No response
Installation method
chectl/next
Environment
macOS
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: