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

Commit

Permalink
doc: update README.md to delete LE endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hongchaodeng committed Mar 3, 2017
1 parent 21a5386 commit 942e6fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ NAME DESCRIPTION VERSION(S)
cluster.etcd.coreos.com Managed etcd clusters v1beta1
```

When deleting etcd operator deployment, delete its leader election endpoint as well:
```bash
$ kubectl delete endpoints etcd-operator
```

Note that the etcd clusters managed by the etcd operator will not be deleted if the operator fails or the deployment of the operator is deleted. This is an intentional design to prevent accidental operator failure from killing all the etcd clusters.

## Create and destroy an etcd cluster
Expand Down

0 comments on commit 942e6fc

Please sign in to comment.