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 @@ -30,7 +30,6 @@ import (
30
30
31
31
"github.com/gitpod-io/gitpod/common-go/kubernetes"
32
32
wsk8s "github.com/gitpod-io/gitpod/common-go/kubernetes"
33
- "github.com/gitpod-io/gitpod/common-go/log"
34
33
"github.com/gitpod-io/gitpod/common-go/tracing"
35
34
"github.com/gitpod-io/gitpod/common-go/util"
36
35
csapi "github.com/gitpod-io/gitpod/content-service/api"
@@ -559,11 +558,6 @@ func (m *Manager) createDefiniteWorkspacePod(startContext *startWorkspaceContext
559
558
}
560
559
ffidx [feature ] = struct {}{}
561
560
562
- if feature == api .WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM {
563
- log .WithField ("request" , startContext ).Warn ("Request with PVC enabled. Skipping feature." )
564
- continue
565
- }
566
-
567
561
switch feature {
568
562
case api .WorkspaceFeatureFlag_FULL_WORKSPACE_BACKUP :
569
563
removeVolume (& pod , workspaceVolumeName )
You can’t perform that action at this time.
0 commit comments