Paul Burt vor 8 Jahren
Ursprung
Commit
342e2729d4
3 geänderte Dateien mit 20 neuen und 5 gelöschten Zeilen
  1. 9 3
      Documentation/integrations.md
  2. 5 1
      Documentation/production-users.md
  3. 6 1
      README.md

+ 9 - 3
Documentation/integrations.md

@@ -1,6 +1,12 @@
 # Integrations
-This document tracks the libraries and tools that are compatible with flannel. [Join the community](https://github.com/coreos/flannel/), and help us keep the list up-to-date.
+This document tracks projects that integrate with flannel. [Join the community](https://github.com/coreos/flannel/), and help us keep the list up-to-date.
 
-## Tools
+## Projects
 
-## Projects with a flannel dependency
+[Kubernetes](https://kubernetes.io/docs/admin/networking/#flannel): a container orchestration platform, with options for [flannel as an overlay](https://kubernetes.io/docs/admin/networking/#flannel).
+
+[Tectonic](https://coreos.com/tectonic/): an enterprise ready, 100% pure distribution of Kubernetes. Made by CoreOS.
+
+[Canal](https://github.com/projectcalico/canal): policy based networking for cloud-native apps.
+
+[Container Linux](https://coreos.com/flannel/docs/latest/flannel-config.html): an auto-updating, minimal and secure Linux distribution by CoreOS.

+ 5 - 1
Documentation/production-users.md

@@ -1,3 +1,7 @@
 # Production users
 
-This document tracks people and use cases for flannel in production. [Join the community](https://github.com/coreos/flannel/), and help us keep the list up-to-date.
+This document tracks people and use cases for flannel in production. [Join the community](https://github.com/coreos/flannel/), and help us keep the list up-to-date.
+
+## [Coreos.com](https://coreos.com/)
+
+Relies on Tectonic (which includes flannel) to host the CoreOS marketing site.

+ 6 - 1
README.md

@@ -225,10 +225,15 @@ To work around this issue, use `--iface` option to specify the interface that ha
 If you're running on CoreOS, use cloud-config to set `coreos.flannel.interface` to `$public_ipv4`.
 
 
-# Release Process
+## Release Process
 * Create a release on Github and use it to create a tag
 * Check the tag out and run
   * `make release`
 * Attach all the files in `dist` to the Github release
 * Run `make docker-push-all` to push all the images to a registry
 
+## Related Links
+
+### Integrations and Production Users
+- [Projects integrating with flannel](https://github.com/coreos/flannel/blob/master/Documentation/integrations.md)
+- [Production users](https://github.com/coreos/flannel/blob/master/Documentation/production-users.md)