Skip to content

Commit

Permalink
Merge pull request #258 from lec-bit/image-online
Browse files Browse the repository at this point in the history
fix kmesh manager pod restart failed in ads mode
  • Loading branch information
kmesh-bot authored Apr 19, 2024
2 parents 0340457 + a5bba93 commit 0caf0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cni/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ func CmdAdd(args *skel.CmdArgs) error {

if err := netns.WithNetNSPath(string(args.Netns), enableXDPFunc); err != nil {
log.Error(err)
return err
}

return types.PrintResult(preResult, cniConf.CNIVersion)
Expand Down

0 comments on commit 0caf0c9

Please sign in to comment.