diff --git a/keadm/cmd/keadm/app/cmd/edge/reset_other.go b/keadm/cmd/keadm/app/cmd/edge/reset_others.go similarity index 100% rename from keadm/cmd/keadm/app/cmd/edge/reset_other.go rename to keadm/cmd/keadm/app/cmd/edge/reset_others.go diff --git a/keadm/cmd/keadm/app/cmd/util/common_windows.go b/keadm/cmd/keadm/app/cmd/util/common_windows.go index 22308a8df30..270e79bdb61 100644 --- a/keadm/cmd/keadm/app/cmd/util/common_windows.go +++ b/keadm/cmd/keadm/app/cmd/util/common_windows.go @@ -247,3 +247,11 @@ func runEdgeCore() error { func KillKubeEdgeBinary(proc string) error { return errors.New("not implemented") } + +func EdgeCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning { + return types.NoneRunning +} + +func CloudCoreRunningModuleV2(opt *types.ResetOptions) types.ModuleRunning { + return types.NoneRunning +}