website
website copied to clipboard
etcd.io
## Overview Rename the "Tutorials" section "Tasks". Split this Task section by user role and put the resulting two sections in their respective user guides: Developer and Operations. Rename each...
step to correctly update the etcd is not provided in this document URL: https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/ if you execute ETCDCTL_API=3 etcdctl snapshot restore /pathto/snapshot.db --data-dir /var/lib/etcd-from-backup --endpoints=https://127.0.0.1:2379 --cacert=/pathto/ca.crt --cert=/pathto/server.crt --key=/pathto/keyfile.key the data...
## Overview The longer explanations in the FAQ might be better as part of conceptual information -- for example, in the system or architecture overview. Retain the short answers that...
## Overview Move reference and conceptual topics out of the task-based documentation and into their own (new, if necessary) sections. Write documentation as needed to fill gaps in the conceptual...
## Overview The Operations Guide should contain instructional content (tasks, procedures, tutorials) for admins looking set up a production etcd service. In general, rewrite instructional sections in this guide to...
## Overview ~Rename to "Quick start" (two words)~. Add a "Prerequisites" section and revise the "What's next" section to focus on two separate paths, Development and Operations. Write separate "Getting...
## Overview Write the procedure [Installation as part of Kubernetes installation](install/#installation-as-part-of-kubernetes-installation), or link to Kubernetes documentation that includes etcd installation as backstore. Explain and fill in (on the etcd docs...
## Overview In an "Overview" or "Start here" page, outline etcd's user roles or personas, including: - *Evaluator*: Someone trying to determine whether etcd is appropriate for their product, project,...
## Overview The "Upgrading etcd clusters and applications" page seems redundant. The "Upgrading" link could goes straight to the [main upgrade page](https://etcd.io/docs/v3.5/upgrades/), which contains the same information. There's no need...
## Overview This section is mostly redundant with Benchmark section in [Operations guide > Performance](https://etcd.io/docs/v3.5/op-guide/performance/). Move any non-redundant info to the Performance section in the Operations Guide. Remove old benchmarks...