question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Async PV for workspace: enabling feature (toggle)

See original GitHub issue

Enable feature

subtask of https://github.com/eclipse/che/issues/15384

By default workspaces are always using a PVC (or emptyDir for ephemeral workspaces)

In the same approach used for ephemeral we could add a new attribute of the workspace definition

attributes:
  asyncPersist: true

attribute name can be changed.

By using that toggle, it means that a new container will be added to the workspace/pod which will do the sync. And of course, it will use emptyDir as well

It will allow to have this feature enabled per workspace to try how it works and be able to compare, etc.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
vparfonovcommented, Jun 23, 2020
0reactions
ibuziukcommented, Jul 15, 2020

@vparfonov we have a separate issue for UD customizations:

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tutorial for using feature flags in a .NET Core app
In this tutorial, you learn how to implement feature flags in .NET Core apps.
Read more >
Chapter 4. Configuring CodeReady Workspaces
Asynchronous storage is a combination of persistent and ephemeral modes. The initial workspace container mounts the emptyDir volume. Then a backup is performed ......
Read more >
Loom: Async Video Messaging for Work | Loom
Record your screen, share your thoughts, and get things done faster with async video.
Read more >
Visual Studio Code Workspace Trust security
The Workspace Trust feature lets you decide whether code in your project folder ... You can also bring up the Workspace Editor and...
Read more >
How to use Feature Toggling in Angular Apps
If it is the feature is enabled and if not the feature is disabled. This enables advantages such as experimenting with split tests,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found