Skip to content

Commit

Permalink
HACK: try a large MTU on the VPC
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jan 14, 2025
1 parent 57cb14c commit dccad14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upup/pkg/fi/cloudup/gcetasks/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ func (_ *Network) RenderGCE(t *gce.GCEAPITarget, a, e, changes *Network) error {
return fmt.Errorf("unhandled mode %q", e.Mode)
}

// HACK: Try with a large MTU:
network.Mtu = 8896

op, err := t.Cloud.Compute().Networks().Insert(t.Cloud.Project(), network)
if err != nil {
return fmt.Errorf("error creating Network: %v", err)
Expand Down

0 comments on commit dccad14

Please sign in to comment.