Which issue is associated with the pull request?

NA

Describe modification

setup service之前执行disable service操作,避免残留的service文件造成影响

Test case

❯ make test
Unit tests starting...
?       isula.org/eggo  [no test files]
ok      isula.org/eggo/cmd      0.259s  coverage: 55.4% of statements
?       isula.org/eggo/pkg/api  [no test files]
ok      isula.org/eggo/pkg/clusterdeployment    0.085s  coverage: 0.0% of statements
?       isula.org/eggo/pkg/clusterdeployment/binary     [no test files]
?       isula.org/eggo/pkg/clusterdeployment/binary/addons      [no test files]
ok      isula.org/eggo/pkg/clusterdeployment/binary/bootstrap   0.452s  coverage: 56.9% of statements
ok      isula.org/eggo/pkg/clusterdeployment/binary/cleanupcluster      0.915s  coverage: 69.5% of statements
ok      isula.org/eggo/pkg/clusterdeployment/binary/commontools 0.059s  coverage: 2.7% of statements
ok      isula.org/eggo/pkg/clusterdeployment/binary/controlplane        14.477s coverage: 65.5% of statements
?       isula.org/eggo/pkg/clusterdeployment/binary/coredns     [no test files]
ok      isula.org/eggo/pkg/clusterdeployment/binary/etcdcluster 11.230s coverage: 69.6% of statements
ok      isula.org/eggo/pkg/clusterdeployment/binary/infrastructure      0.074s  coverage: 44.1% of statements
?       isula.org/eggo/pkg/clusterdeployment/binary/loadbalance [no test files]
?       isula.org/eggo/pkg/clusterdeployment/binary/network     [no test files]
?       isula.org/eggo/pkg/clusterdeployment/manager    [no test files]
?       isula.org/eggo/pkg/clusterdeployment/runtime    [no test files]
?       isula.org/eggo/pkg/constants    [no test files]
ok      isula.org/eggo/pkg/utils        0.088s  coverage: 24.2% of statements
ok      isula.org/eggo/pkg/utils/certs  13.240s coverage: 21.9% of statements
?       isula.org/eggo/pkg/utils/dependency     [no test files]
ok      isula.org/eggo/pkg/utils/endpoint       0.056s  coverage: 63.0% of statements
?       isula.org/eggo/pkg/utils/infra  [no test files]
?       isula.org/eggo/pkg/utils/kubectl        [no test files]
ok      isula.org/eggo/pkg/utils/nodemanager    3.093s  coverage: 52.3% of statements
?       isula.org/eggo/pkg/utils/responsibilitychain    [no test files]
?       isula.org/eggo/pkg/utils/runner [no test files]
?       isula.org/eggo/pkg/utils/task   [no test files]
ok      isula.org/eggo/pkg/utils/template       0.080s  coverage: 75.5% of statements
Units test done!

Screenshots

NA