Skip to content

Commit

Permalink
Setup ngrok in turtles-dev.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev committed Sep 27, 2024
1 parent 6fe94d2 commit b25016c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/turtles-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ kubectl rollout status deployment coredns -n kube-system --timeout=90s
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
helm repo add capi-operator https://kubernetes-sigs.github.io/cluster-api-operator
helm repo add jetstack https://charts.jetstack.io
helm repo add ngrok https://charts.ngrok.com
helm repo update

helm install cert-manager jetstack/cert-manager \
Expand Down Expand Up @@ -64,4 +65,15 @@ helm install rancher rancher-latest/rancher \

kubectl rollout status deployment rancher -n cattle-system --timeout=180s

helm upgrade ngrok ngrok/kubernetes-ingress-controller \
--install \
--wait \
--timeout 5m \
--set credentials.apiKey=$NGROK_API_KEY \
--set credentials.authtoken=$NGROK_AUTHTOKEN

kubectl apply -f test/e2e/data/rancher/ingress-class-patch.yaml
kubectl apply -f test/e2e/data/rancher/rancher-service-patch.yaml
kubectl apply -f test/e2e/data/rancher/rancher-setting-patch.yaml

tilt up

0 comments on commit b25016c

Please sign in to comment.