Rudder has been renamed to Flannel. Update doc references.

See: 81dac46496
This commit is contained in:
Yves Junqueira 2014-09-19 00:35:08 +02:00
parent 412aab302a
commit aab58c8033

View File

@ -66,7 +66,7 @@ Docker allocates IP addresses from a bridge we create on each node, using its
### Other networking implementation examples
With the primary aim of providing IP-per-pod-model, other implementations exist to serve the purpose outside of GCE.
- [OpenVSwitch with GRE/VxLAN](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/ovs-networking.md)
- [Rudder](https://github.com/coreos/rudder#rudder)
- [Flannel](https://github.com/coreos/flannel#flannel)
## Challenges and future work