Skip to content

Commit 15e333b

Browse files
committed
4
1 parent 42db770 commit 15e333b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/ws-daemon/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
6868
var wscontroller daemon.WorkspaceControllerConfig
6969

7070
// default workspace network CIDR (and fallback)
71-
workspaceCIDR := "10.0.5.0/31"
71+
workspaceCIDR := "10.0.5.0/30"
7272

7373
ctx.WithExperimental(func(ucfg *experimental.Config) error {
7474
if ucfg.Workspace == nil {

0 commit comments

Comments
 (0)