Refactor wild-cluster-config-generate script; remove --force option and improve cluster secrets generation. Add wild-cluster-node-boot-assets-download script for downloading Talos installer images and assets. Update wild-setup-cluster to integrate new boot asset download process and adjust configuration steps. Clean up wild-setup-services and update documentation for clarity on new processes.

This commit is contained in:
2025-07-06 14:34:58 -07:00
parent d1912af913
commit 93240f6300
8 changed files with 190 additions and 251 deletions

View File

@@ -58,9 +58,6 @@ else
init_wild_env
fi
# Check basic configuration
check_basic_config
# Check cluster configuration
if [ -z "$(get_current_config "cluster.name")" ]; then
print_error "Cluster configuration is missing"