Update master_node_install.sh
This commit is contained in:
parent
c9e8981349
commit
5a5784b627
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue