Skip to content

Commit 7b2b9e9

Browse files
committed
[ws-manager] remove hack that was disabling PVC feature
1 parent 6f8ed36 commit 7b2b9e9

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
@@ -28,7 +28,6 @@ import (
2828

2929
"github.com/gitpod-io/gitpod/common-go/kubernetes"
3030
wsk8s "github.com/gitpod-io/gitpod/common-go/kubernetes"
31-
"github.com/gitpod-io/gitpod/common-go/log"
3231
"github.com/gitpod-io/gitpod/common-go/tracing"
3332
"github.com/gitpod-io/gitpod/common-go/util"
3433
csapi "github.com/gitpod-io/gitpod/content-service/api"
@@ -554,11 +553,6 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
554553
}
555554
ffidx[feature] = struct{}{}
556555

557-
if feature == api.WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM {
558-
log.WithField("request", startContext).Warn("Request with PVC enabled. Skipping feature.")
559-
continue
560-
}
561-
562556
switch feature {
563557
case api.WorkspaceFeatureFlag_FULL_WORKSPACE_BACKUP:
564558
removeVolume(&pod, workspaceVolumeName)

0 commit comments

Comments
 (0)