Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup k0sctl usage in boundless #73

Open
nwneisen opened this issue Jun 13, 2024 · 0 comments
Open

Cleanup k0sctl usage in boundless #73

nwneisen opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@nwneisen
Copy link
Contributor

Boundless relies on k0sctl heavily but it is still thrown together in a POC perspective. This ticket is to refactor its usage so that it is in a maintainable state. Depending on the changes made for this, it might make sense to break this into multiple tickets.

This should cover:

Remove the CLI calls to k0sctl. Use the k0s/k0sctl project’s pkg libraries instead. This will also remove the dependency on k0sctl being install on the user’s system.

Use structures from the k0s/k0sctl project’s pkg. See the thread here: This will eliminate duplicate code and allow us to use k0s capabilities fully.

This is not a complete list. There are likely other aspects of k0s that need to be cleaned up in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant