-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Talos: One-liner deployment code #1317
Conversation
@wouterbouvy Please check my changes and let me know if they look good! Small nits here and there but great work! |
@onedr0p LGTM on mobile. But I would like to test in the morning. Forgive me my noobiness, but how do I pull in your changes so I can test? I forgot to create a separate branch for these changes as well |
Run |
@onedr0p Nice additions. Bootstrap code looks very streamlined now! Tested and works perfect. |
Whoops meant to kick off a build yesterday. It's running now https://github.com/onedr0p/cluster-template/actions/runs/7898937443 |
This PR needs version 2.2 off talhelper. Might be wise to trigger a new build of your devcontainer base image before merging.
With the great work from @budimanjojo we now can use talhelper for all the steps needed to create commands to fetch kubeconfig and reset nodes.
With the help off that I created a one-liner deploy code which mainly re-uses the separate tasks, with some checks in between. Can't use
talosctl health
everywhere since it won't go to green until a CNI is installed.Also added command for nuking your cluster in a soft and hard way.