-
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
devworkspace failed to progress past phase 'Starting' for longer than timeout (5m) #21380
Comments
when i use the i did i'm not sure how to view the additional logs recorded for this scenario. Please let me know how to view logs. below is the devfile.yaml which i used
|
@Divine1 spec:
server:
customCheProperties:
CHE_INFRA_KUBERNETES_WORKSPACE_START_TIMEOUT_MIN: '10' |
@tolusha thank you for the details i was able to fix the i faced the issue due to limited access to selenium docker repository, i was able to use a local repository and add the imagePath to thanks a lot. |
@tolusha the timelimit didnot increase to below is my checluster configuration
|
|
@Divine1 You can enable it in a CheCluster CR: spec:
components:
imagePuller:
enable: true |
@tolusha i found below details in the link, it says |
You can configure the list of images you would like to prepull.
|
@tolusha i have already installed the eclipse-che in my k8s cluster if i edit and update my |
@Divine1 btw. thank you to @dmytro-ndp, there is a way how to configure workspace startup timeout |
To configure the start timeout in DevWorkspace Operator, you can use the apiVersion: controller.devfile.io/v1alpha1
kind: DevWorkspaceOperatorConfig
metadata:
name: devworkspace-operator-config
namespace: <devworkspace/che installation namespace>
config:
workspace:
progressTimeout: 15m # This would set it to 15 minutes, for example If a DevWorkspaceOperatorConfig named |
in which namespace should i create |
@Divine1 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
i'm receiving below error while the workspace gets created. please let me know how to increase the timeout
devworkspace failed to progress past phase 'Starting' for longer than timeout (5m)
i'm using chectl version
chectl/0.0.20220422-next.08c2079 linux-x64 node-v16.13.2
as of now i have increased the timeout limit for below properties
chectl server:start --k8spoddownloadimagetimeout=1000000 --k8spoderrorrechecktimeout=1000000 --k8spodreadytimeout=1000000 --k8spodwaittimeout=1000000
Also, i want to view the logs that gets recorded while the workspace is starting. Please let me know how to view that as well
i'm running the eclipse-che instance in minikube cluster created using
minikube start --driver=docker --memory=15000 --cpus=4 --ports="30670,30700,30710,30720,80:80,443:443,31728:31728"
i deployed eclipse-che using
chectl server:deploy --platform minikube --installer=operator --debug
Relevant information
No response
The text was updated successfully, but these errors were encountered: