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
Copy file name to clipboardExpand all lines: docs/robot.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,8 @@ The Node controller adds information about the server to the Node object. The va
56
56
- Addresses
57
57
- We add the Hostname and (depending on the configuration and availability) the IPv4 and IPv6 addresses of the server in `Node.status.addresses`.
58
58
- 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.
59
60
- 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.
61
61
62
62
### Node Lifecycle Controller
63
63
@@ -71,12 +71,10 @@ The service controller watches Services with `type: LoadBalancer` and creates Cl
71
71
72
72
### Unsupported
73
73
74
-
#### Routes & Private Networks
74
+
#### Routes
75
75
76
76
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.
77
77
78
-
> If you are interested in this, we are looking for contributors to help design & implement this.
0 commit comments