Full cloud setup test run #1 fixes.

This commit is contained in:
2025-09-02 02:53:52 -07:00
parent 61460b63a3
commit af60d0c744
15 changed files with 242 additions and 424 deletions

View File

@@ -65,9 +65,7 @@ if [ -z "$(wild-config "cluster.name")" ]; then
exit 1
fi
print_header "Wild Cloud Services Setup"
print_info "Installing Kubernetes cluster services"
echo ""
print_header "Wild Cloud services setup"
if ! command -v kubectl >/dev/null 2>&1; then
print_error "kubectl is not installed or not in PATH"