question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERR_TIMEOUT: Timeout set to pod ready timeout 130000

See original GitHub issue

Describe the bug

Che version

  • latest
  • [*] nightly
  • other: please specify

Steps to reproduce

Expected behavior

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • [*] minikube (include output of minikube version: v1.3.1 and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)

Screenshots

Installation method

  • [*] chectl chectl server:start --multiuser
  • che-operator
  • minishift-addon
  • I don’t know

Environment

  • [*] my computer
    • Windows
    • [*] Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: please specify

Additional context

Hello, when I want to install Eclipse Che 7.0 I got this Error:

✔ ✈️ Minikube preflight checklist ✔ Verify if kubectl is installed ✔ Verify if minikube is installed ✔ Verify if minikube is running ↓ Start minikube [skipped] → Minikube is already running. ✔ Verify if minikube ingress addon is enabled ↓ Enable minikube ingress addon [skipped] → Ingress addon is already enabled. ✔ Retrieving minikube IP and domain for ingress URLs…192.168.178.124.nip.io. ✔ 🏃‍ Running the Che Operator ✔ Copying operator resources…done. ✔ Create Namespace (che)…It already exist. ✔ Create ServiceAccount che-operator in namespace che…It already exist. ✔ Create Role che-operator in namespace che…It already exist. ✔ Create RoleBinding che-operator in namespace che…It already exist. ✔ Create CRD checlusters.org.eclipse.che…It already exist. ✔ Waiting 5 seconds for the new Kubernetes resources to get flushed…done. ✔ Create deployment che-operator in namespace che…It already exist. ✔ Create Che Cluster eclipse-che in namespace che…It already exist. ❯ ✅ Post installation checklist ✔ PostgreSQL pod bootstrap ✔ scheduling…done. ✔ downloading images…done. ✔ starting…done. ✔ Keycloak pod bootstrap ✔ scheduling…done. ✔ downloading images…done. ✔ starting…done. ✔ Devfile registry pod bootstrap ✔ scheduling…done. ✔ downloading images…done. ✔ starting…done. ✔ Plugin registry pod bootstrap ✔ scheduling…done. ✔ downloading images…done. ✔ starting…done. ❯ Che pod bootstrap ✔ scheduling…done. ✔ downloading images…done. ✖ starting → ERR_TIMEOUT: Timeout set to pod ready timeout 130000 Retrieving Che Server URL Che status check Error: ERR_TIMEOUT: Timeout set to pod ready timeout 130000 at KubeHelper.<anonymous> (/usr/local/lib/chectl/lib/api/kube.js:541:19) at Generator.next (<anonymous>) at fulfilled (/usr/local/lib/chectl/node_modules/tslib/tslib.js:107:62)

Does it give any way to fix it ?

Thanks for help

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:20 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Pixxelcrashercommented, Aug 22, 2019

yes but does it give a way to fix it ? Sorry for my late answer

1reaction
bryantsoncommented, Aug 19, 2019

Seems related to this as inspecting pods show the same error:

https://github.com/eclipse/che/issues/13935

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to bring up Eclipse che on Kubernetes - Stack Overflow
Getting ERR_TIMEOUT: Timeout set to pod wait timeout 300000 while dowloading images. I am new to Eclipse che and kubernetes.
Read more >
Kubelet timeout generating ImagePullBackOff error
To bypass this error, I need to login to the cluster, do a docker pull <image> to stop this error. Error: ImagePullBackOff. ~...
Read more >
how to change timeout values in a kubernetes cluster?
Unfortunately, there is no way to make it faster. A lot of actions are supposed to be done by Kubernetes to restart pods...
Read more >
Newcomers » Unable to bring up Eclipse che on Kubernetes
Error: ERR_TIMEOUT: Timeout set to pod wait timeout 300000 at KubeHelper.<anonymous> (/usr/local/lib/chectl/lib/api/kube.js:578:19)
Read more >
timeout waiting for deployer pod : r/openshift - Reddit
we have a build that triggers a deployment. it works fine by itself but when we run multiples of them at the same...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found