docs: clarify Global DR network requirements - #970
Merged
chinameok merged 1 commit intoJul 20, 2026
Merged
Conversation
* docs: clarify Global DR network requirements * docs: use official etcd Synchronizer terminology * docs: link DR network requirements from prerequisites --------- Co-authored-by: Chao Zhou <chaozhou@alauda.io> (cherry picked from commit fe47e36)
chinameok
deleted the
chao/ait-72814-global-dr-network-requirements-release-4.3
branch
July 20, 2026 11:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
release-4.3.443,6443,11443, and2379, plus conditional port80when platform HTTP access is enabled.Why
AIT-72814 reported that the documentation did not make the required primary/standby network connectivity clear. The platform domain normally resolves to the primary cluster, so the standby reaches primary services through that domain. After failover, the former primary becomes the standby and requires the same connectivity toward the new primary.
Where to backport
release-4.3only.release-4.2,release-4.1, andrelease-4.0are intentionally out of scope and can be handled later if users report the same gap.Back-port Notes
-xfrom master merge commitfe47e36fe217c9f8cb1803a5723faa7617fce627(docs: clarify Global DR network requirements #969).release-4.3dependency baseline; no package or lockfile changes are included.yarn lint docs/en/installcompleted with 0 errors and 0 warnings;git diff --checkpassed.