Skip to content
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

Unexpected errors during workspace creation based on Pet clinic project #13498

Closed
musienko-maxim opened this issue Jun 7, 2019 · 5 comments
Closed
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.

Comments

@musienko-maxim
Copy link
Contributor

musienko-maxim commented Jun 7, 2019

Description

  • During creation and running the workspace from devfile (the file create workspace based on Pet clinic application) on CI we have the errors like this:
  1. Unknown error happened, try to reload page
  1. Failed to start Kubernetes runtime of workspace <ws_name>. Cause: Waiting for Kubernetes environment 'default' of the <ws_name> reached timeout
    logs_with_screenshot_3
  • All errors look pretty similar. They have problems with communication through WebSocket channel. It influence on stability of the HappyPath scenario

Reproduction Steps

It reproduces on the job: https://codeready-workspaces-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/CHE-7-Happy-Path-Tests/, which is launched every hour.

  • At first step we run minikube with next command: minikube start --vm-driver=kvm2 --cpus 2 --memory 10240 --docker-opt userland-proxy=false
  • The che is deployed with chectlin next way: ./chectl server:start --k8spodreadytimeout=180000
  • After, we create a workspace with devfile: ./chectl workspace:start --devfile=k8s-devfile.yaml
    k8s-devfile.zip
    OS and version:
    The Jenkins env. based on 8RHEL 7 VM (32GM memory RAM, 16CPU, 40GB DISK) , with Minikube + KVM, latest chectl version.
@musienko-maxim musienko-maxim added kind/bug Outline of a bug - must adhere to the bug report template. kind/question Questions that haven't been identified as being feature requests or bugs. and removed kind/bug Outline of a bug - must adhere to the bug report template. labels Jun 7, 2019
@metlos
Copy link
Contributor

metlos commented Jun 7, 2019

In the provided server log, you can find Message: etcdserver: request timed out. so this seems to be an issue with kubernetes itself where the requests that che sends to it are timing out.

@skabashnyuk
Copy link
Contributor

devfile is working on my minishift. Probably some issue with Minikube + KVM environment. @musienko-maxim can you try the same devfile on different OpenShift flavors?

@musienko-maxim
Copy link
Contributor Author

I am going to try and report.

@l0rd
Copy link
Contributor

l0rd commented Jul 15, 2019

@musienko-maxim should we close this issue?

@musienko-maxim
Copy link
Contributor Author

not actual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs.
Projects
None yet
Development

No branches or pull requests

4 participants