Skip to content

Commit 49dd01e

Browse files
authored
docs: adjusted robot + private networks docs (#906)
1 parent 314df72 commit 49dd01e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/robot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The Node controller adds information about the server to the Node object. The va
5656
- Addresses
5757
- We add the Hostname and (depending on the configuration and availability) the IPv4 and IPv6 addresses of the server in `Node.status.addresses`.
5858
- For the IPv6 address we use the first address in the Network -> For the network `2a01:f48:111:4221::` we add the address `2a01:f48:111:4221::1`.
59+
- Automatic reporting of private IPs in a vSwitch to `Node.status.addresses` are not supported.
5960
- By default, we pass along InternalIPs configured via the kubelet flag `--node-ip`. This can be disabled by setting the environment variable `ROBOT_FORWARD_INTERNAL_IPS` to `false`. It is not allowed to configure the same IP for InternalIP and ExternalIP.
60-
- Private IPs in a vSwitch are not supported.
6161

6262
### Node Lifecycle Controller
6363

@@ -71,12 +71,10 @@ The service controller watches Services with `type: LoadBalancer` and creates Cl
7171

7272
### Unsupported
7373

74-
#### Routes & Private Networks
74+
#### Routes
7575

7676
Adding support for Routing Pod CIDRs through the (Cloud) Networks and (Robot) vSwitches is not currently supported. You will need to use your own CNI for this.
7777

78-
> If you are interested in this, we are looking for contributors to help design & implement this.
79-
8078
## Requirements
8179

8280
### Identifying the correct Server

0 commit comments

Comments
 (0)