Skip to content

Commit bda806c

Browse files
committed
Update docs/troubleshooting/other-troubleshooting-tips/networking.md
1 parent 15ad659 commit bda806c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/troubleshooting/other-troubleshooting-tips/networking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Make sure you configured the correct kubeconfig (for example, `export KUBECONFIG
1515
Double check if all the [required ports](../../how-to-guides/new-user-guides/kubernetes-clusters-in-rancher-setup/node-requirements-for-rancher-managed-clusters.md#networking-requirements) are opened in your (host) firewall. The overlay network uses UDP in comparison to all other required ports which are TCP.
1616

1717
## Check if your downstream node can communicate to Rancher Manager
18-
Rancher components with HTTP endpoints generally contain a `ping` liveness probe which you can use to test connectivity. Replace the $RANCHER_URL as appropriate and run the following from a node to check that it has connectivity to Rancher Manager's servers in the `local` cluster. If successfully it should return `pong`.
18+
19+
Rancher components with HTTP endpoints generally contain a `ping` liveness probe which you can use to test connectivity. Replace the `$RANCHER_URL` as appropriate and run the following from a node to check that it has connectivity to Rancher Manager's servers in the `local` cluster. If successful, it should return `pong`.
20+
1921
```
2022
curl -k https://$RANCHER_URL/ping
2123
```

0 commit comments

Comments
 (0)