File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
components/ws-manager/pkg/manager Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import (
28
28
29
29
"github.com/gitpod-io/gitpod/common-go/kubernetes"
30
30
wsk8s "github.com/gitpod-io/gitpod/common-go/kubernetes"
31
- "github.com/gitpod-io/gitpod/common-go/log"
32
31
"github.com/gitpod-io/gitpod/common-go/tracing"
33
32
"github.com/gitpod-io/gitpod/common-go/util"
34
33
csapi "github.com/gitpod-io/gitpod/content-service/api"
@@ -554,11 +553,6 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
554
553
}
555
554
ffidx [feature ] = struct {}{}
556
555
557
- if feature == api .WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM {
558
- log .WithField ("request" , startContext ).Warn ("Request with PVC enabled. Skipping feature." )
559
- continue
560
- }
561
-
562
556
switch feature {
563
557
case api .WorkspaceFeatureFlag_FULL_WORKSPACE_BACKUP :
564
558
removeVolume (& pod , workspaceVolumeName )
You can’t perform that action at this time.
0 commit comments