talos-bootstrap
talos-bootstrap copied to clipboard
An interactive Talos Linux installer
Getting the error when running `talos-bootstrap install`. On MacOS 13.6.6 talosctl version v1.6.7 ``` ❯ talos-bootstrap install /usr/local/bin/talos-bootstrap: line 126: syntax error near unexpected token `;;' /usr/local/bin/talos-bootstrap: line 126: `...
We should check if user able to run `talosctl` before the main script logic. And if not to provide reliable error message with detailed instructions
Fixes #3 Adds a .gitignore for scratch directories at any depth Add a reusable shell function with parameters to check for a binary, and prompt with corrective action if missing....
Hello, I've bootstraped a server in controlplane mode with almost all the default configurations and no patch or config files present, after files generated, I've noticed the `worker.yaml` file has...
Please add -h or --help flags to get automatically generated help text
ETCD was not always installed when selecting install. Added API availability check after ETCD installation request. ## Summary by CodeRabbit - **New Features** - Introduced a retry mechanism for the...