Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add K0s utility functions and cleanup (#546)
* adding utils components to handle k0s Signed-off-by: William Rizzo <[email protected]> * Adding systemd units for k0s Signed-off-by: William Rizzo <[email protected]> * fix k0s services Signed-off-by: William Rizzo <[email protected]> * Remove shutdown now, it will be addressed later see kairos-io/kairos#3126 Signed-off-by: Mauro Morales <[email protected]> * Revert FindCommand changes This function is not specific for k3s hence also not for k0s Signed-off-by: Mauro Morales <[email protected]> * Remove utils.Version() For versioning we now use the versioneer package also in this repo. I couldn't find any instance of components depending on utils.Version() so I think it's safe to remove Signed-off-by: Mauro Morales <[email protected]> * Revert changes to the go.mod & go.sum files Signed-off-by: Mauro Morales <[email protected]> * Revert "Remove utils.Version()" This reverts commit c5f48d9. * Remove utils.Version() This is not being used anymore, use Versioneer package instead Signed-off-by: Mauro Morales <[email protected]> * Update machine/machine.go Co-authored-by: Dimitris Karakasilis <[email protected]> --------- Signed-off-by: William Rizzo <[email protected]> Signed-off-by: Mauro Morales <[email protected]> Co-authored-by: Mauro Morales <[email protected]> Co-authored-by: Dimitris Karakasilis <[email protected]>
- Loading branch information