Enhance installation scripts to prompt for configuration variables and initialize Wild-Cloud environment

This commit is contained in:
2025-06-29 13:48:53 -07:00
parent 5579e1e3c0
commit dab2551471
11 changed files with 228 additions and 137 deletions

View File

@@ -122,7 +122,8 @@ if [ "$FORCE" = true ] && [ -d "${NODE_SETUP_DIR}/generated" ]; then
fi
cd "${NODE_SETUP_DIR}/generated"
talosctl gen config "$CLUSTER_NAME" "https://$VIP:6443"
talosctl gen secrets
talosctl gen config --with-secrets secrets.yaml "$CLUSTER_NAME" "https://$VIP:6443"
cd - >/dev/null
# Verify generated files