Skip to content

Commit

Permalink
disable iptable by default
Browse files Browse the repository at this point in the history
Signed-off-by: huiwq1990 <[email protected]>
  • Loading branch information
huiwq1990 committed Nov 7, 2023
1 parent 76a4cfb commit 43b310c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/node-servant/convert/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewConvertOptions() *Options {
workingMode: string(hubutil.WorkingModeEdge),
kubeadmConfPaths: strings.Join(components.GetDefaultKubeadmConfPath(), ","),
openyurtDir: constants.OpenyurtDir,
enableDummyIf: true,
enableDummyIf: false,
enableNodePool: true,
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cmd/init/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func TestKindOptions_Config(t *testing.T) {
YurtHubImage: "openyurt/yurthub:latest",
YurtManagerImage: "openyurt/yurt-manager:latest",
NodeServantImage: "openyurt/node-servant:latest",
EnableDummyIf: true,
EnableDummyIf: false,
}
if !IsConsistent(&wants, case1.Config()) {
t.Errorf("Failed to configure initializer")
Expand Down

0 comments on commit 43b310c

Please sign in to comment.