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

Commit b113aed

Browse files
Add slack channel information in the README (#78)
1 parent e1d4c31 commit b113aed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ etcdadm is a command-line tool for operating an etcd cluster. It makes it easy t
1818
- [Creating a new cluster from a snapshot](#creating-a-new-cluster-from-a-snapshot)
1919
- [Caveats & Limitations](#caveats--limitations)
2020
- [Design](#design)
21+
- [Questions](#questions)
2122

2223
## Getting Started
2324

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

7677
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.
7778

78-
On its own, etcdadm does not automate cluster operation, but a cluster orchestrator can delegate all the above tasks to etcdadm.
79+
On its own, etcdadm does not automate cluster operation, but a cluster orchestrator can delegate all the above tasks to etcdadm.
80+
81+
<a name="questions"></a>
82+
## Questions?
83+
84+
For more information reach out to [etcdadm slack channel](https://kubernetes.slack.com/messages/CEM0AT9GW)

0 commit comments

Comments
 (0)