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

k0s autopilot plan management #4065

Open
dvirassamy opened this issue Feb 16, 2024 · 0 comments
Open

k0s autopilot plan management #4065

dvirassamy opened this issue Feb 16, 2024 · 0 comments
Labels

Comments

@dvirassamy
Copy link

Is your feature request related to a problem? Please describe.

I have to use only one name for an autopilot plan. And I can only have one plan with that same name in the Plan custom resource.

  1. Issue 1 - I do not keep a history of my plans (like jobs)
  2. I need to remove a plan before being to fix a broken plan or applying a new upgrade

I also need to manage the ids to avoid ControlNode annotation conflicts (the latter keeps track of previous operations).
For example adding a new plan with the same id as a previously successful plan would cause the newly added plan status to directly become successful without actually applying the change.

Describe the solution you would like

  1. Define a flexible plan name (standard kube naming convention)
  2. Keep history of the plans (like jobs) (for failed and successful)
  3. Improve ControlNode annotations
  4. Get better monitoring of running plans, events and status of plans

Describe alternatives you've considered

No response

Additional context

Users are confused on how to use plans, where to look when you have issues and how to fix the different objects.

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

2 participants