Skip to content

Commit

Permalink
enable auto switch to datapathv2
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Nov 22, 2024
1 parent f2d6cd5 commit d1c803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/feature/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ const (
)

var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
AutoDataPathV2: {Default: false, PreRelease: featuregate.Alpha},
AutoDataPathV2: {Default: true, PreRelease: featuregate.Alpha},
}

0 comments on commit d1c803c

Please sign in to comment.