Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Make ./examples more discoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 2, 2018
1 parent 090c814 commit 8609ab8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -29,10 +29,14 @@ Enable the plugin in offline mode before the node is first started:
rabbitmq-plugins --offline enable rabbitmq_peer_discovery_k8s
```


## Documentation

See [RabbitMQ Cluster Formation guide](http://www.rabbitmq.com/cluster-formation.html).
See [RabbitMQ Cluster Formation guide](http://www.rabbitmq.com/cluster-formation.html) for an overview
of the peer discovery subsystem, general and Kubernetes-specific configurable values and troubleshooting tips.

Example deployments that use this plugin can be found under [examples](./examples). Note that they
are just that, examples, and won't be optimal for every use case or cover a lot of important production
system concerns such as monitoring and sizing.


## Contributing
Expand Down

0 comments on commit 8609ab8

Please sign in to comment.