Skip to content

Commit

Permalink
Temp change to install 2.10
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan Pinjani <[email protected]>
  • Loading branch information
cpinjani committed Oct 28, 2024
1 parent ff9f26b commit 7e9fa4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ install-rancher: ## Install Rancher via Helm on the k8s cluster
helm install rancher --devel rancher-latest/rancher \
--namespace cattle-system \
--create-namespace \
--version ${RANCHER_VERSION} \
--set global.cattle.psp.enabled=false \
--set hostname=${RANCHER_HOSTNAME} \
--set bootstrapPassword=${RANCHER_PASSWORD} \
--set replicas=1 \
--set rancherImageTag=v${RANCHER_VERSION} \
--set rancherImageTag=${RANCHER_VERSION} \
--wait
kubectl rollout status deployment rancher -n cattle-system --timeout=300s

Expand All @@ -65,13 +64,12 @@ install-rancher-hosted-nightly-chart: ## Install Rancher via Helm with hosted pr
helm repo update
helm install rancher --devel rancher-latest/rancher \
--namespace cattle-system \
--version ${RANCHER_VERSION} \
--create-namespace \
--set global.cattle.psp.enabled=false \
--set hostname=${RANCHER_HOSTNAME} \
--set bootstrapPassword=${RANCHER_PASSWORD} \
--set replicas=1 \
--set rancherImageTag=v${RANCHER_VERSION} \
--set rancherImageTag=${RANCHER_VERSION} \
--set 'extraEnv[0].name=CATTLE_SKIP_HOSTED_CLUSTER_CHART_INSTALLATION' \
--set-string 'extraEnv[0].value=true' \
--wait
Expand Down

0 comments on commit 7e9fa4b

Please sign in to comment.