Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

[odo] odo project performance investigation #748

Closed
GeekArthur opened this issue Oct 18, 2019 · 6 comments
Closed

[odo] odo project performance investigation #748

GeekArthur opened this issue Oct 18, 2019 · 6 comments
Assignees
Labels
area/iterative-dev Related to building and deploying applications (AKA "Turbine") kind/enhancement

Comments

@GeekArthur
Copy link
Contributor

Description of the enhancement:

Currently the ODO project build for create and update use case becomes slower than before.

Two possible causes:

  • Latest Changes on upstream (ODO CLI, ImageStream, templates, etc)
  • Turbine layer ping logic or timing issue exists in Turbine layer
@GeekArthur
Copy link
Contributor Author

I can take a look at this issue. please assign to me.

@rajivnathan rajivnathan added the area/iterative-dev Related to building and deploying applications (AKA "Turbine") label Oct 21, 2019
@GeekArthur
Copy link
Contributor Author

For 0.7.0, we can do more investigation on image stream and template to ensure they are compatible with each other with the latest stable odo CLI.

@GeekArthur
Copy link
Contributor Author

We can work on this issue with this one: #1115 together since they all related with finding image stream, template with better performance.

@GeekArthur
Copy link
Contributor Author

GeekArthur commented Nov 19, 2019

Here is the officially odo supported image stream

"redhat-openjdk-18/openjdk18-openshift:latest",
        "openjdk/openjdk-11-rhel8:latest",
        "openjdk/openjdk-11-rhel7:latest",
        "rhscl/nodejs-8-rhel7:latest",
        "rhoar-nodejs/nodejs-8:latest",
        "rhoar-nodejs/nodejs-10:latest",
        "bucharestgold/centos7-s2i-nodejs:8.x",
        "bucharestgold/centos7-s2i-nodejs:10.x",
        "centos/nodejs-8-centos7:latest",

Len is working on testing the performance of the image stream with our templates

@GeekArthur
Copy link
Contributor Author

Latest performance update is here: #1115 (comment)

@GeekArthur GeekArthur changed the title ODO project performance investigation [odo] odo project performance investigation Dec 5, 2019
@GeekArthur
Copy link
Contributor Author

Both Len's metrics #1115 (comment) and reply from odo folks can prove that no big difference among different image streams. We check our ping logic, there is no problem. With the latest odo CLI, the performance is improved, sometimes the delay is due to environment issue (cluster VMs maintenance), I don't think we can do more given the investigation and current improved performance, so close the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/iterative-dev Related to building and deploying applications (AKA "Turbine") kind/enhancement
Projects
None yet
Development

No branches or pull requests

2 participants