You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A large scale deployment of Eclipse Che / OpenShift Dev Spaces can result in a lot of stale DevWorkspace objects that are really no longer necessary but continue to occupy space in etcd.
Over time the performance of etcd can be impacted resulting in the need to scale up the control plane nodes with more CPU/RAM.
Additional context
Here is a prototype for implementing a devworkspace pruner based on the last time that a workspace was started:
Description
A large scale deployment of Eclipse Che / OpenShift Dev Spaces can result in a lot of stale DevWorkspace objects that are really no longer necessary but continue to occupy space in
etcd
.Over time the performance of
etcd
can be impacted resulting in the need to scale up the control plane nodes with more CPU/RAM.Additional context
Here is a prototype for implementing a devworkspace pruner based on the last time that a workspace was started:
The text was updated successfully, but these errors were encountered: