Add multi-site active-passive support to the release notes (#27575)
Closes #27573 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
4b697009d3
commit
2199d37879
3 changed files with 11 additions and 2 deletions
|
@ -80,7 +80,7 @@ Deploying {project_name} to multiple independent sites is essential for some env
|
||||||
This release adds preview-support for active-passive deployments for {project_name}.
|
This release adds preview-support for active-passive deployments for {project_name}.
|
||||||
|
|
||||||
A lot of work has gone into testing and verifying a setup which can sustain load and recover from the failure scenarios.
|
A lot of work has gone into testing and verifying a setup which can sustain load and recover from the failure scenarios.
|
||||||
To get started, use the https://www.keycloak.org/guides#high-availability[high-availability guide] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.
|
To get started, use the link:{highavailabilityguide_link}[{highavailabilityguide_name}] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.
|
||||||
|
|
||||||
= Adapters
|
= Adapters
|
||||||
|
|
||||||
|
|
|
@ -444,4 +444,11 @@ ifeval::[{project_community}==true]
|
||||||
With sunsetting of the https://github.com/mp911de/logstash-gelf[underlying library] providing integration
|
With sunsetting of the https://github.com/mp911de/logstash-gelf[underlying library] providing integration
|
||||||
with GELF, Keycloak will no longer support the GELF log handler out-of-the-box. This feature will be removed in a future
|
with GELF, Keycloak will no longer support the GELF log handler out-of-the-box. This feature will be removed in a future
|
||||||
release. If you require an external log management, consider using file log parsing.
|
release. If you require an external log management, consider using file log parsing.
|
||||||
endif::[]
|
endif::[]
|
||||||
|
|
||||||
|
= Support for multi-site active-passive deployments
|
||||||
|
|
||||||
|
Deploying {project_name} to multiple independent sites is essential for some environments to provide high availability and a speedy recovery from failures.
|
||||||
|
This release supports active-passive deployments for {project_name}.
|
||||||
|
|
||||||
|
To get started, use the link:{highavailabilityguide_link}[{highavailabilityguide_name}] which also includes a comprehensive blueprint to deploy a highly available {project_name} to a cloud environment.
|
||||||
|
|
|
@ -71,6 +71,8 @@
|
||||||
:gettingstarted_name_short: Getting Started
|
:gettingstarted_name_short: Getting Started
|
||||||
:gettingstarted_link: https://www.keycloak.org/guides#getting-started
|
:gettingstarted_link: https://www.keycloak.org/guides#getting-started
|
||||||
:gettingstarted_link_latest: https://www.keycloak.org/guides#getting-started
|
:gettingstarted_link_latest: https://www.keycloak.org/guides#getting-started
|
||||||
|
:highavailabilityguide_name: High Availability Guide
|
||||||
|
:highavailabilityguide_link: https://www.keycloak.org/guides#high-availability
|
||||||
:upgradingguide_name: Upgrading Guide
|
:upgradingguide_name: Upgrading Guide
|
||||||
:upgradingguide_name_short: Upgrading
|
:upgradingguide_name_short: Upgrading
|
||||||
:upgradingguide_link: {project_doc_base_url}/upgrading/
|
:upgradingguide_link: {project_doc_base_url}/upgrading/
|
||||||
|
|
Loading…
Reference in a new issue