Reorganizing the Documentation
This commit is contained in:
parent
7a1fc46f00
commit
25c3db7070
18 changed files with 734 additions and 466 deletions
16
docs/limitations.md
Normal file
16
docs/limitations.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Limitations
|
||||
|
||||
EasyHAProxy currently expects to work in a single replica.
|
||||
|
||||
If more than one replica is running, EasyHAProxy will continue to work, however each replica will discover
|
||||
the services independently.
|
||||
|
||||
It means replicas can be out-of-sync for a few seconds because each replica will discover the pods
|
||||
separately.
|
||||
|
||||
For Letsencrypt this is worse because each replica will a Letsencrypt certificate and can fail because the
|
||||
letsencrypt challenge can be directed to the other replica. Also, you can hit the certificate issue limit.
|
||||
So if you intend to run multiple replicas **do not** activate letsencrypt.
|
||||
|
||||
----
|
||||
[Open source ByJG](http://opensource.byjg.com)
|
||||
Loading…
Add table
Add a link
Reference in a new issue