devworkspace failed to progress past phase 'Starting' for longer than timeout (5m)
See original GitHub issueSummary
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
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top GitHub Comments
@Divine1 Pls try in
devworkspace-controller
namespaceTo configure the start timeout in DevWorkspace Operator, you can use the
.config.workspace.progressTimeout
field in the DevWorkspaceOperatorConfig:If a DevWorkspaceOperatorConfig named
devworkspace-operator-config
already exists, you’ll likely want to leave other fields in the.config
unchanged.