Updates setup scripts directory references.
This commit is contained in:
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
CERT_MANAGER_DIR="${CLUSTER_SETUP_DIR}/cert-manager"
|
CERT_MANAGER_DIR="${CLUSTER_SETUP_DIR}/cert-manager"
|
||||||
|
|
||||||
print_header "Setting up cert-manager"
|
print_header "Setting up cert-manager"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
COREDNS_DIR="${CLUSTER_SETUP_DIR}/coredns"
|
COREDNS_DIR="${CLUSTER_SETUP_DIR}/coredns"
|
||||||
|
|
||||||
print_header "Setting up CoreDNS for k3s"
|
print_header "Setting up CoreDNS for k3s"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
DOCKER_REGISTRY_DIR="${CLUSTER_SETUP_DIR}/docker-registry"
|
DOCKER_REGISTRY_DIR="${CLUSTER_SETUP_DIR}/docker-registry"
|
||||||
|
|
||||||
print_header "Setting up Docker Registry"
|
print_header "Setting up Docker Registry"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
EXTERNALDNS_DIR="${CLUSTER_SETUP_DIR}/externaldns"
|
EXTERNALDNS_DIR="${CLUSTER_SETUP_DIR}/externaldns"
|
||||||
|
|
||||||
print_header "Setting up ExternalDNS"
|
print_header "Setting up ExternalDNS"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
KUBERNETES_DASHBOARD_DIR="${CLUSTER_SETUP_DIR}/kubernetes-dashboard"
|
KUBERNETES_DASHBOARD_DIR="${CLUSTER_SETUP_DIR}/kubernetes-dashboard"
|
||||||
|
|
||||||
print_header "Setting up Kubernetes Dashboard"
|
print_header "Setting up Kubernetes Dashboard"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
LONGHORN_DIR="${CLUSTER_SETUP_DIR}/longhorn"
|
LONGHORN_DIR="${CLUSTER_SETUP_DIR}/longhorn"
|
||||||
|
|
||||||
echo "Setting up Longhorn..."
|
echo "Setting up Longhorn..."
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
METALLB_DIR="${CLUSTER_SETUP_DIR}/metallb"
|
METALLB_DIR="${CLUSTER_SETUP_DIR}/metallb"
|
||||||
|
|
||||||
print_header "Setting up MetalLB"
|
print_header "Setting up MetalLB"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
TRAEFIK_DIR="${CLUSTER_SETUP_DIR}/traefik"
|
TRAEFIK_DIR="${CLUSTER_SETUP_DIR}/traefik"
|
||||||
|
|
||||||
print_header "Setting up Traefik ingress controller"
|
print_header "Setting up Traefik ingress controller"
|
||||||
|
@@ -11,7 +11,7 @@ else
|
|||||||
init_wild_env
|
init_wild_env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster"
|
CLUSTER_SETUP_DIR="${WC_HOME}/setup/cluster-services"
|
||||||
UTILS_DIR="${CLUSTER_SETUP_DIR}/utils"
|
UTILS_DIR="${CLUSTER_SETUP_DIR}/utils"
|
||||||
|
|
||||||
echo "Setting up cluster utilities..."
|
echo "Setting up cluster utilities..."
|
||||||
|
Reference in New Issue
Block a user