Update orchestration docs to use ellipses syntax (#8153)

This commit is contained in:
Harshavardhana
2019-09-01 10:02:15 -07:00
committed by GitHub
parent b3c19e2d4b
commit 0772438125
5 changed files with 27 additions and 28 deletions

View File

@@ -207,10 +207,7 @@ Specifically the hostpath:
And the list of hosts:
```yaml
- http://hostname1:9000/data/minio
- http://hostname2:9000/data/minio
- http://hostname3:9000/data/minio
- http://hostname4:9000/data/minio
- http://hostname{1...4}/data/minio
```
Once deployed, tag the defined host with the `minio-server=true` label: