Skip to content

Commit

Permalink
change rancher to latest (not alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesTurland committed Nov 9, 2023
1 parent be195c1 commit 18f9704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kubernetes/RKE2/rke2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ chmod 700 get_helm.sh
./get_helm.sh

# Add Rancher Helm Repo & create namespace
helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha
helm repo add rancher-alpha https://releases.rancher.com/server-charts/latest
kubectl create namespace cattle-system

# Install Cert-Manager
Expand All @@ -217,7 +217,7 @@ helm install cert-manager jetstack/cert-manager \
kubectl get pods --namespace cert-manager

# Install Rancher
helm install rancher rancher-alpha/rancher --devel \
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=rancher.my.org \
--set bootstrapPassword=admin
Expand Down

0 comments on commit 18f9704

Please sign in to comment.