You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running che with chectl without troubles last week. Restarting it today raised an 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 userland-proxy is disabled...done.
✔ 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.99.108.nip.io.
✔ 🏃 Running Helm to install Che
✔ Verify if helm is installed
✔ Create Tiller Role Binding...it already exist.
✔ Create Tiller Service Account...it already exist.
✔ Create Tiller RBAC
✔ Create Tiller Service...it already exist.
✔ Preparing Che Helm Chart...done.
✔ Updating Helm Chart dependencies...done.
✔ Deploying Che Helm Chart...done.
❯ ✅ Post installation checklist
❯ Che pod bootstrap
✖ scheduling
→ ERR_TIMEOUT
downloading images
starting
Retrieving Che Server URL
Che status check
Error: ERR_TIMEOUT
at KubeHelper.<anonymous> (/snapshot/chectl/lib/api/kube.js:0:0)
at Generator.next (<anonymous>)
at fulfilled (/snapshot/chectl/node_modules/tslib/tslib.js:104:62)```
Note: When stopping che, I did `chectl server:stop`
The text was updated successfully, but these errors were encountered:
I've been running che with chectl without troubles last week. Restarting it today raised an error:
The text was updated successfully, but these errors were encountered: