Skip to content

Commit

Permalink
Remove rancher-webhook wait
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <[email protected]>
  • Loading branch information
valaparthvi committed Oct 9, 2024
1 parent 61a10cd commit e3de763
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ install-rancher: ## Install Rancher via Helm on the k8s cluster
--set rancherImageTag=v${RANCHER_VERSION} \
--wait
kubectl rollout status deployment rancher -n cattle-system --timeout=300s
kubectl rollout status deployment rancher-webhook -n cattle-system --timeout=300s

install-rancher-hosted-nightly-chart: ## Install Rancher via Helm with hosted providers nightly chart
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
Expand All @@ -77,7 +76,6 @@ install-rancher-hosted-nightly-chart: ## Install Rancher via Helm with hosted pr
--set-string 'extraEnv[0].value=true' \
--wait
kubectl rollout status deployment rancher -n cattle-system --timeout=300s
kubectl rollout status deployment rancher-webhook -n cattle-system --timeout=300s
helm install ${PROVIDER}-operator-crds oci://ttl.sh/${PROVIDER}-operator/rancher-${PROVIDER}-operator-crd --version ${BUILD_DATE}
helm install ${PROVIDER}-operator oci://ttl.sh/${PROVIDER}-operator/rancher-${PROVIDER}-operator --version ${BUILD_DATE} --namespace cattle-system

Expand All @@ -97,7 +95,6 @@ install-rancher-behind-proxy: ## Setup Rancher behind proxy on the local machin
--set noProxy=127.0.0.0/8\\,10.0.0.0/8\\,cattle-system.svc\\,172.16.0.0/12\\,192.168.0.0/16\\,.svc\\,.cluster.local \
--wait
kubectl rollout status deployment rancher -n cattle-system --timeout=300s
kubectl rollout status deployment rancher-webhook -n cattle-system --timeout=300s

install-rancher-hosted-nightly-chart-behind-proxy: ## Setup Rancher with nightly hosted provider charts behind proxy on the local machine
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
Expand All @@ -117,7 +114,6 @@ install-rancher-hosted-nightly-chart-behind-proxy: ## Setup Rancher with nightl
--set-string 'extraEnv[0].value=true' \
--wait
kubectl rollout status deployment rancher -n cattle-system --timeout=300s
kubectl rollout status deployment rancher-webhook -n cattle-system --timeout=300s
helm install ${PROVIDER}-operator-crds oci://ttl.sh/${PROVIDER}-operator/rancher-${PROVIDER}-operator-crd --version ${BUILD_DATE} \
--set proxy=http://${PROXY_HOST} \
--set noProxy=127.0.0.0/8\\,10.0.0.0/8\\,cattle-system.svc\\,172.16.0.0/12\\,192.168.0.0/16\\,.svc\\,.cluster.local
Expand Down

0 comments on commit e3de763

Please sign in to comment.