Skip to content

Commit

Permalink
Merge pull request #625 from pgburt/paulb-prod-users-integrations
Browse files Browse the repository at this point in the history
added production users and integrations pages
  • Loading branch information
Josh Wood authored Mar 14, 2017
2 parents 840737d + 8a74ede commit 68b984b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Documentation/integrations.md
Original file line number Diff line number Diff line change
@@ -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 changes: 7 additions & 0 deletions Documentation/production-users.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 68b984b

Please sign in to comment.