Skip to content

Commit 7cc0171

Browse files
committed
[ws-manager] remove hack that was disabling PVC feature
1 parent 3917ed8 commit 7cc0171

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/ws-manager/pkg/manager/create.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import (
3030

3131
"github.com/gitpod-io/gitpod/common-go/kubernetes"
3232
wsk8s "github.com/gitpod-io/gitpod/common-go/kubernetes"
33-
"github.com/gitpod-io/gitpod/common-go/log"
3433
"github.com/gitpod-io/gitpod/common-go/tracing"
3534
"github.com/gitpod-io/gitpod/common-go/util"
3635
csapi "github.com/gitpod-io/gitpod/content-service/api"
@@ -559,11 +558,6 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
559558
}
560559
ffidx[feature] = struct{}{}
561560

562-
if feature == api.WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM {
563-
log.WithField("request", startContext).Warn("Request with PVC enabled. Skipping feature.")
564-
continue
565-
}
566-
567561
switch feature {
568562
case api.WorkspaceFeatureFlag_FULL_WORKSPACE_BACKUP:
569563
removeVolume(&pod, workspaceVolumeName)

0 commit comments

Comments
 (0)