adamant-kite-43734
12/14/2023, 11:59 AMstrong-action-64019
12/14/2023, 3:13 PMhelm repo add rancher-stable <https://releases.rancher.com/server-charts/stable>
cat << EOF > rancher-values.yaml
hostname: <http://somedomain.example.com|somedomain.example.com>
ingress.tls.source: secret
privateCA: true
auditLog.level: 1
EOF
helm install rancher rancher-stable/rancher \
--version 2.8-0 \
-f rancher-values.yaml \
--namespace cattle-system \
--create-namespace
busy-ability-54059
12/22/2023, 11:09 AMbusy-ability-54059
12/22/2023, 11:12 AM