Skip to content

Commit d746f12

Browse files
authored
docs: fix missing link in robot private networks guide (#1067)
1 parent 42695c3 commit d746f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/robot/private-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As a result, the annotation `load-balancer.hetzner.cloud/use-private-ip` can be
66

77
## Prerequisite
88

9-
Enable Robot support as outlined in the [Robot setup guide](TODO). As mentioned there, for a Robot server we pass along configured InternalIPs, that do not appear as an ExternalIP and are within the configured address family. Check with `kubectl get nodes -o json | jq ".items.[].status.addresses"` if you have configured an InternalIP.
9+
Enable Robot support as outlined in the [Robot setup guide](./quickstart.md). As mentioned there, for a Robot server we pass along configured InternalIPs, that do not appear as an ExternalIP and are within the configured address family. Check with `kubectl get nodes -o json | jq ".items.[].status.addresses"` if you have configured an InternalIP.
1010

1111
## Configuration
1212

0 commit comments

Comments
 (0)