You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting the tunnel also invalidates the credentials file associated with that Tunnel, meaning those connections can not be re-established again.
73
+
Deleting the tunnel also invalidates the credentials file associated with that Tunnel, meaning those connections can not be re-established again.
74
+
75
+
<Aside>
76
+
77
+
Argo Tunnels created in this method do not currently display in the Traffic tab of the Cloudflare dashboard. These connections will be added to the dashboard in a future release.
Copy file name to clipboardExpand all lines: products/argo-tunnel/src/content/getting-started/installation.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,19 +67,32 @@ The update will cause `cloudflared` to restart which would impact traffic curren
67
67
68
68
We recommend this option if you are currently using Cloudflare's Load Balancer product with your Argo Tunnel deployment.
69
69
70
-
1. Install a new instance of `cloudflared` and [create](/configuration/index) a new Argo Tunnel.
71
-
2. Configure the instance to point traffic to the same service or URL as your current, active instance of `cloudflared`.
70
+
1. Install a new instance of `cloudflared` and [create](/create-tunnel) a new Argo Tunnel.
71
+
2. Configure the instance to point traffic to the same locally-available service as your current, active instance of `cloudflared`.
72
72
3.[Add the address]((/routing-to-tunnel/lb)) of the new instance of `cloudflared` into your Load Balancer pool as priority 2.
73
73
4. Swap the priority such that the new instance is now priority 1 and monitor to confirm traffic is being served.
74
74
5. Once confirmed, you can remove the older version from the Load Balancer pool.
75
75
76
76
### Updating with multiple `cloudflared` instances
77
77
78
-
1. Install a new instance of `cloudflared` and [create](/configuration/index) a new Argo Tunnel.
79
-
2. Configure the instance to point traffic to the same service or URL as your current, active instance of `cloudflared`.
78
+
1. Install a new instance of `cloudflared` and [create](/create-tunnel) a new Argo Tunnel.
79
+
2. Configure the instance to point traffic to the same locally-available service as your current, active instance of `cloudflared`.
80
80
3. In the Cloudflare DNS dashboard, [replace](/routing-to-tunnel/dns) the address of the current instance of `cloudflared` with the address of the new instance. Save the record.
81
81
4. Remove the now-inactive instance of `cloudflared`.
82
82
83
+
84
+
#### Running multiple instances in Windows
85
+
86
+
Windows systems require services to have a unique name and display name. You can run multiple instances of `cloudflared` by creating `cloudflared` services with unique names.
87
+
88
+
First, install and configure `cloudflared`. Next, create a service with a unique name and point to the `cloudflared` executable and configuration file.
Proceed to create additional services with unique names. You can now start each unique service.
93
+
94
+
`sc.exe start <unique-name>`
95
+
83
96
## Deprecated versions
84
97
85
98
Cloudflare currently supports all versions of `cloudflared`. Starting on March 20, 2021, Cloudflare will no longer support versions released prior to 2020.5.1.
0 commit comments