Skip to content

Commit

Permalink
docs: add Scaling the cluster to clustering article - spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: mbshields <[email protected]>
  • Loading branch information
mbshields committed Apr 15, 2024
1 parent 53d8d77 commit 5438975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ BoltDB
boolean
Bugfixes
busybox
caching
CD
certDir
checksum
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ An existing zot cluster (see [Figure 1](#figure1)) can easily be expanded with n

For easy scaling, the following conditions must be met:

- All zot servers in the cluster use remote storage at a single shared S3 backend. There is no local cacheing in the zot servers.
- All zot servers in the cluster use remote storage at a single shared S3 backend. There is no local caching in the zot servers.
- Each repo is served by one zot server, and that server is solely responsible for serving all images of that repo.
- A repo in storage can be written to only by the zot server associated with that repo.
- The URI format sent to the load balancer must be /v2/<repo\>/<manifest\>:<tag\>
Expand Down

0 comments on commit 5438975

Please sign in to comment.