-
Notifications
You must be signed in to change notification settings - Fork 115
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
decouple creation progress into phases #269
Comments
Design ProposalFor this, a new These phases can be used both from Furthermore, a helper class Commands structureWith this enhancement, the
should list all available phases
should reconfigure wireguard in |
I really like this approach, that go in the same direction of
@xetys WDYT? |
|
@xetys thx on your time to read what I wrote:
I know that's only my PoV so if you're not convinced NP, pleas skip my suggestion I also understand your PoV ;) |
Currently,
hetzner-kube cluster create
starts the complete creation progress from start to the end. So if something breaks for some reason in the end, the user must start the progress and wait until all the previous steps will happen again.That's why we need phases. With phases, the creation progress (and in future some more features) is split up into single parts, which can be run solely.
This gives at least two benefits:
with this in mind, we can use hetzner-kube as a tool for complex administrative tasks in a mature cluster, and not just initial creation.
The text was updated successfully, but these errors were encountered: