Update master_node_install.sh

This commit is contained in:
RomanNum3ral 2026-03-27 07:40:48 +00:00
parent c9e8981349
commit 5a5784b627
1 changed files with 2 additions and 1 deletions

View File

@ -318,6 +318,7 @@ if [[ "${INSTALL_HELM}" == "true" ]]; then
helm repo update
fi
# ---------- Step 22: Install Traefik ----------
# ---------- Step 22: Install Traefik ----------
if [[ "${INSTALL_RANCHER}" == "true" ]]; then
log "Installing Traefik"
@ -329,7 +330,7 @@ if [[ "${INSTALL_RANCHER}" == "true" ]]; then
--create-namespace \
--set deployment.kind=DaemonSet \
--set hostNetwork=true \
--set dnsPolicy=ClusterFirstWithHostNet \
--set deployment.dnsPolicy=ClusterFirstWithHostNet \
--set ingressClass.enabled=true \
--set ingressClass.isDefaultClass=true \
--set ingressClass.name="${TRAEFIK_INGRESS_CLASS_NAME}" \