Skip to content

Commit 31d30b4

Browse files
committed
addressed review comments from shreyas, readded mkdocs branch tracking to help shreyas review
1 parent 0c40828 commit 31d30b4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- mkdocs
67
jobs:
78
deploy:
89
runs-on: ubuntu-latest

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ In every etcd cluster managed by `etcd-druid`, each etcd member is a two contain
3232

3333
- [etcd-wrapper](https://github.com/gardener/etcd-wrapper) which manages the lifecycle (validation & initialization) of an etcd.
3434
- [etcd-backup-restore](https://github.com/gardener/etcd-backup-restore) sidecar which currently provides the following capabilities (the list is not comprehensive):
35-
- [etcd](https://github.com/etcd-io/etcd) DB validation.
36-
- Scheduled [etcd](https://github.com/etcd-io/etcd) DB defragmentation.
37-
- Backup - [etcd](https://github.com/etcd-io/etcd) DB snapshots are taken regularly and backed in an object store if one is configured.
38-
- Restoration - In case of a DB corruption for a single-member cluster it helps in restoring from latest set of snapshots (full & delta).
39-
- Member control operations.
35+
- [etcd](https://github.com/etcd-io/etcd) DB validation.
36+
- Scheduled [etcd](https://github.com/etcd-io/etcd) DB defragmentation.
37+
- Backup - [etcd](https://github.com/etcd-io/etcd) DB snapshots are taken regularly and backed in an object store if one is configured.
38+
- Restoration - In case of a DB corruption for a single-member cluster it helps in restoring from latest set of snapshots (full & delta).
39+
- Member control operations.
4040

4141
`etcd-druid` additional provides the following capabilities:
4242

0 commit comments

Comments
 (0)