@@ -24,6 +24,13 @@ Without role based access control (RBAC).
2424kubectl apply -f deploy/argo-tunnel-no-rbac.yaml
2525```
2626
27+ With [ Helm] [ guide-helm-deploy ] .
28+ ``` bash
29+ helm install --name anydomain cloudflare/argo-tunnel
30+ ```
31+
32+ > ** Note** : replicas >1 requires [ load-balancers] [ argo-tunnel-load-balancing ]
33+
2734### Guides & Reference
2835- [ Argo Tunnel: Reference] [ argo-tunnel-reference ]
2936- [ Argo Tunnel: Quick Start] [ argo-tunnel-quick-start ]
@@ -46,6 +53,7 @@ The [Cloudflare community forum][cloudflare-community] is a place to discuss
4653Argo, Argo Tunnel, or any Cloudflare product.
4754
4855[ argo-smart-routing ] : https://www.cloudflare.com/products/argo-smart-routing/
56+ [ argo-tunnel-load-balancing ] : https://developers.cloudflare.com/argo-tunnel/reference/load-balancing/
4957[ argo-tunnel-reference ] : https://developers.cloudflare.com/argo-tunnel/reference/
5058[ argo-tunnel-quick-start ] : https://developers.cloudflare.com/argo-tunnel/quickstart/
5159[ cloudflare-community ] : https://community.cloudflare.com
@@ -54,8 +62,9 @@ Argo, Argo Tunnel, or any Cloudflare product.
5462[ controls ] : /docs/controls.md
5563[ guide-first-tunnel ] : /docs/guide_first_tunnel.md
5664[ guide-ha-tunnel ] : /docs/guide_ha_tunnel.md
57- [ guide-helm-deploy ] : /chart/README .md
65+ [ guide-helm-deploy ] : /docs/guide_helm_deploy .md
5866[ guide-subdomain-tunnel ] : /docs/guide_subdomain_tunnel.md
67+ [ helm-charts ] : https://cloudflare.github.io/helm-charts/
5968[ issues ] : https://github.com/cloudflare/cloudflare-ingress-controller/issues
6069[ observability ] : /docs/observability.md
6170[ releases ] : https://github.com/cloudflare/cloudflare-ingress-controller/releases
0 commit comments