File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -314,11 +314,11 @@ ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
314
314
```
315
315
where ` trusted-ca-file ` , ` cert-file ` and ` key-file ` can be obtained from the description of the etcd Pod.
316
316
317
- ## Scaling up etcd clusters
317
+ ## Scaling out etcd clusters
318
318
319
- Scaling up etcd clusters increases availability by trading off performance.
319
+ Scaling out etcd clusters increases availability by trading off performance.
320
320
Scaling does not increase cluster performance nor capability. A general rule
321
- is not to scale up or down etcd clusters. Do not configure any auto scaling
321
+ is not to scale out or in etcd clusters. Do not configure any auto scaling
322
322
groups for etcd clusters. It is highly recommended to always run a static
323
323
five-member etcd cluster for production Kubernetes clusters at any officially
324
324
supported scale.
You can’t perform that action at this time.
0 commit comments