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

Epic: Lazy pull workspace container images #8992

Closed
Tracked by #8973
atduarte opened this issue Mar 29, 2022 · 1 comment
Closed
Tracked by #8973

Epic: Lazy pull workspace container images #8992

atduarte opened this issue Mar 29, 2022 · 1 comment
Labels
team: workspace Issue belongs to the Workspace team type: epic

Comments

@atduarte
Copy link
Contributor

Is your feature request related to a problem? Please describe

Image pull remains one of the most time-consuming tasks during workspace startup. Multiple optimizations were done already, but we continue to require the pull of all the image layers to start the workspace. Given the variety of images/layers (that makes it impossible to cache it all), the size of those, and the physical limits of data transfers this means we are not able to reach sub-10s workspace startup times on higher percentiles as we would like.

Describe the behaviour you'd like

P90 workspace startup times under 10 seconds.

@atduarte atduarte added the team: workspace Issue belongs to the Workspace team label Mar 29, 2022
@atduarte atduarte changed the title Lazy pull workspace container images Epic: Lazy pull workspace container images May 12, 2022
@kylos101
Copy link
Contributor

kylos101 commented Jun 9, 2022

@atduarte closing for now.

FYI, if we want to do dynamic loading of chunks, we should be able to do w/o lazy loading, injecting chunks using registry-facade.

@kylos101 kylos101 closed this as completed Jun 9, 2022
@kylos101 kylos101 moved this to Done in 🌌 Workspace Team Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team: workspace Issue belongs to the Workspace team type: epic
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants