Update master_node_install.sh

This commit is contained in:
RomanNum3ral 2026-03-27 21:41:44 +00:00
parent 71f78fe9b6
commit 13eaabe24d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ set -Eeuo pipefail
RKE2_VERSION="${RKE2_VERSION:-v1.34.5+rke2r1}"
INSTALL_RANCHER="${INSTALL_RANCHER:-true}"
BOOTSTRAP_PASSWORD="${BOOTSTRAP_PASSWORD:-V1P4F7uaqpAFHsVzLX6M}"
RANCHER_HOSTNAME="${RANCHER_HOSTNAME:-rancher.fortis-scientia.com}"
BOOTSTRAP_PASSWORD="${BOOTSTRAP_PASSWORD:-admin}"
RANCHER_HOSTNAME="${RANCHER_HOSTNAME:-}"
RKE2_CONFIG_DIR="/etc/rancher/rke2"
RKE2_CONFIG_FILE="${RKE2_CONFIG_DIR}/config.yaml"
KUBECONFIG_FILE="/etc/rancher/rke2/rke2.yaml"