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

Commit

Permalink
Add slack channel information in the README (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetguptanitj committed Dec 11, 2018
1 parent e1d4c31 commit b113aed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ etcdadm is a command-line tool for operating an etcd cluster. It makes it easy t
- [Creating a new cluster from a snapshot](#creating-a-new-cluster-from-a-snapshot)
- [Caveats & Limitations](#caveats--limitations)
- [Design](#design)
- [Questions](#questions)

## Getting Started

Expand Down Expand Up @@ -75,4 +76,9 @@ The goal of etcdadm is to make it easy to operate an etcd cluster. It downloads

Etcdadm must be run on the machine that is being added or removed. As a consequence, if a member permanently fails, and the operator cannot invoke `etcdadm reset` on that machine, the operator must use the etcd API to delete the failed member from the list of members.

On its own, etcdadm does not automate cluster operation, but a cluster orchestrator can delegate all the above tasks to etcdadm.
On its own, etcdadm does not automate cluster operation, but a cluster orchestrator can delegate all the above tasks to etcdadm.

<a name="questions"></a>
## Questions?

For more information reach out to [etcdadm slack channel](https://kubernetes.slack.com/messages/CEM0AT9GW)

0 comments on commit b113aed

Please sign in to comment.