[x] Add etcd-cluster-components.md describing all components that are provisioned for an etcd cluster.
[x] Combine all getting-started-locally-* into a single markdown file.
[x] Changes to docs/deployment
[x] Revamp cli-flags.md
[x] Minor changes required to feature-gates.md - re-arrangement of sections and making it more concise.
[x] Add getting-started.md which describes on how to setup druid in productive environment.
[ ] Add new section for monitoring: docs/monitoring
[x] Move existing metrics.md here and refactor it by only giving details of metrics specific to druid and only providing links to markdowns in etcd-backup-restore and etcd-wrapper repos where metrics exposed out of those repos are detailed out.
[x] #896
[ ] Add new section for operations: docs/operations
[ ] Add one markdown (recovery.md) detailing recovery from transient and permanent quorum loss in single and multi-node etcd clusters
[ ] Add a new section docs/usage
[ ] create new markdown copy-backups.md and describe the functionality and its usage.
[ ] create new markdown deploying-etcd-clusters.md which describes how to configure and deploy/reconcile etcd clusters.
[ ] Add a new section docs/benchmark where existing markdown on benchmarking is moved.
[ ] At the root of the project change CONTRIBUTIONS.md - currently it points to gardener webpage.
[ ] Use mkdocs to generate site for markdown documentation and host them as github pages.
@unmarshall I think there is a need to create a new issue to track the uncompleted subtasks in this, such as hosting on Github pages, and copy-backups.md file under docs/usage as this one got closed.
How to categorize this issue?
/area documentation /kind enhancement
What would you like to be added:
Improve documentation of etcd-druid repo, to make it easy for anybody to use druid and contribute to it.
README.md
https://github.com/gardener/etcd-druid/pull/851docs/development
testing.md
to describe how testing should be done. Depends on https://github.com/gardener/etcd-druid/issues/852etcd-cluster-components.md
describing all components that are provisioned for an etcd cluster.getting-started-locally-*
into a single markdown file.docs/deployment
cli-flags.md
feature-gates.md
- re-arrangement of sections and making it more concise.getting-started.md
which describes on how to setup druid in productive environment.docs/monitoring
docs/operations
docs/usage
copy-backups.md
and describe the functionality and its usage.deploying-etcd-clusters.md
which describes how to configure and deploy/reconcile etcd clusters.docs/benchmark
where existing markdown on benchmarking is moved.CONTRIBUTIONS.md
- currently it points to gardener webpage.