mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add master-cluster to doctree
This commit is contained in:
parent
39197b9b40
commit
bc4a8390c8
2 changed files with 2 additions and 1 deletions
|
@ -21,5 +21,6 @@ your deployment as needed for redundancy, geographical distribution, and scale.
|
|||
../highavailability/index
|
||||
syndic
|
||||
../tutorials/intro_scale
|
||||
../tutorials/master-cluster
|
||||
../tutorials/multimaster
|
||||
../tutorials/multimaster_pki
|
||||
|
|
|
@ -22,7 +22,7 @@ filesystem. The `cluster_pki_dir`, `cache_dir`, `file_roots` and `pillar_roots`
|
|||
must all be on a shared filesystem. Most implimentations will also server the
|
||||
masters publish and request server ports via a tcp load balancer. All of the
|
||||
masters in a cluster are assumed to be running on a reliable local area
|
||||
network.
|
||||
network.
|
||||
|
||||
Each master in a cluster maintains it's own public and private key, and an in
|
||||
memory aes key. Each cluster peer also has access to the `cluster_pki_dir`
|
||||
|
|
Loading…
Add table
Reference in a new issue