Skip to content

Commit

Permalink
disable fastpath temporary
Browse files Browse the repository at this point in the history
Change-Id: Ic5708d776a0e2dd72bbdefd351931a56bad8dde9
  • Loading branch information
aojea committed Jan 4, 2025
1 parent 9030927 commit 8dc1e0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/model/components/kindnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ func (b *KindnetOptionsBuilder) BuildOptions(o *kops.Cluster) error {
}
}

if c.FastPathThreshold == nil {
c.FastPathThreshold = fi.PtrTo(int32(0))
}

return nil
}

0 comments on commit 8dc1e0d

Please sign in to comment.