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

Allow to disable project-clone component #606

Closed
benoitf opened this issue Sep 22, 2021 · 1 comment
Closed

Allow to disable project-clone component #606

benoitf opened this issue Sep 22, 2021 · 1 comment

Comments

@benoitf
Copy link
Collaborator

benoitf commented Sep 22, 2021

Each workspace has now a lot of init-containers, each one performing its own action.

One problem is that these actions are run sequentially so if for example I have two init containers with each task taking 10seconds it will result in having 20s delay (without counting pull/start of each container)

So it might be interesting if the editor could specify its own 'all-in-one init container' and then disabling the one provided by devWorkspace operator (project-clone)

To disable it, it could be an annotation on the DevWorkspaceTemplate

@sleshchenko
Copy link
Member

closing in favor of #607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants