Skip to content

Commit 8651e1d

Browse files
authored
Updates to service config, links, note on UI (#515)
* Updates to service config, links, note on UI * updates
1 parent 53cf503 commit 8651e1d

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

products/argo-tunnel/src/content/create-tunnel/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,10 @@ $ cloudflared tunnel delete -f <NAME>
7070

7171
This will cause those connections to be dropped.
7272

73-
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.
78+
79+
</Aside>

products/argo-tunnel/src/content/getting-started/installation.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,32 @@ The update will cause `cloudflared` to restart which would impact traffic curren
6767

6868
We recommend this option if you are currently using Cloudflare's Load Balancer product with your Argo Tunnel deployment.
6969

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`.
7272
3. [Add the address]((/routing-to-tunnel/lb)) of the new instance of `cloudflared` into your Load Balancer pool as priority 2.
7373
4. Swap the priority such that the new instance is now priority 1 and monitor to confirm traffic is being served.
7474
5. Once confirmed, you can remove the older version from the Load Balancer pool.
7575

7676
### Updating with multiple `cloudflared` instances
7777

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`.
8080
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.
8181
4. Remove the now-inactive instance of `cloudflared`.
8282

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.
89+
90+
`sc.exe create <unique-name> binPath='<path-to-exe>' --config '<path-to-config>' displayname="Unique Name"`
91+
92+
Proceed to create additional services with unique names. You can now start each unique service.
93+
94+
`sc.exe start <unique-name>`
95+
8396
## Deprecated versions
8497

8598
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

Comments
 (0)