remove useless or (#8650)

pull/8624/head
lovejoy 2018-05-23 20:53:33 +08:00 committed by k8s-ci-robot
parent 78a71a4066
commit 57a33c162c
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ For each master that has been provisioned, follow the [installation guide](/docs
For highly available setups, you will need to decide how to host your etcd cluster. A cluster is composed of at least 3 members. We recommend one of the following models:
1. Hosting etcd cluster on separate compute nodes (Virtual Machines), or
2. Hosting etcd cluster on the master nodes.
- Hosting etcd cluster on separate compute nodes (Virtual Machines)
- Hosting etcd cluster on the master nodes.
While the first option provides more performance and better hardware isolation, it is also more expensive and requires an additional support burden.