Просмотр исходного кода

Merge pull request #625 from pgburt/paulb-prod-users-integrations

added production users and integrations pages
Josh Wood 8 лет назад
Родитель
Сommit
68b984bdc1
3 измененных файлов с 26 добавлено и 1 удалено
  1. 13 0
      Documentation/integrations.md
  2. 7 0
      Documentation/production-users.md
  3. 6 1
      README.md

+ 13 - 0
Documentation/integrations.md

@@ -0,0 +1,13 @@
+# Integrations
+
+This document tracks projects that integrate with flannel. [Join the community](https://github.com/coreos/flannel/) and help us keep the list current.
+
+## Projects
+
+[Kubernetes](https://kubernetes.io/docs/admin/networking/#flannel): Container orchestration platform with options for [flannel as an overlay](https://kubernetes.io/docs/admin/networking/#flannel).
+
+[Tectonic](https://coreos.com/tectonic/): CoreOS's enterprise ready, 100% pure-upstream distribution of Kubernetes.
+
+[Canal](https://github.com/projectcalico/canal): Policy-based networking for cloud-native apps.
+
+[Container Linux](https://coreos.com/flannel/docs/latest/flannel-config.html): Auto-updating, minimal, and secure Linux distribution by CoreOS.

+ 7 - 0
Documentation/production-users.md

@@ -0,0 +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 current.
+
+## [Coreos.com](https://coreos.com/)
+
+Relies on Tectonic (which includes flannel) to host CoreOS web properties.

+ 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)