Skip to content

Commit

Permalink
fix cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Nov 13, 2023
1 parent 738af9c commit 46bdb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ func (s *State) Migrate() error {
s.Infrastructure.InClusterEndpoint = s.Infrastructure.ClusterEndpoint
}
if s.Infrastructure.IPCidrNode == "" {
s.Infrastructure.IPCidrNode = "192.168.2.1"
s.Infrastructure.IPCidrNode = "192.168.2.1/32"
}
}
return nil
Expand Down

0 comments on commit 46bdb6b

Please sign in to comment.