diff options
author | colin-mueller-sonarsource <colin.mueller@sonarsource.com> | 2021-01-06 14:03:31 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-06 20:16:07 +0000 |
commit | 9fb5bc2e84e1e6a651bb34230f2f118f1ee4efad (patch) | |
tree | c731f33527d85f22a3320477a7d7a8f1f7ae8e79 | |
parent | 2ed5ea6372f344ba68aaa32e52b27e0cb1355015 (diff) | |
download | sonarqube-9fb5bc2e84e1e6a651bb34230f2f118f1ee4efad.tar.gz sonarqube-9fb5bc2e84e1e6a651bb34230f2f118f1ee4efad.zip |
DOCS Clarify which servers need static IPs
-rw-r--r-- | server/sonar-docs/src/pages/setup/install-cluster.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-cluster.md b/server/sonar-docs/src/pages/setup/install-cluster.md index 87b708e34e1..7a658a40a3f 100644 --- a/server/sonar-docs/src/pages/setup/install-cluster.md +++ b/server/sonar-docs/src/pages/setup/install-cluster.md @@ -25,7 +25,9 @@ With this configuration, one application node and one search node can be lost wi ### Network -All servers, including the database server, must be located within the same region and have static IP addresses (reference via hostname is not supported). Network traffic should not be restricted between application and search nodes. +All servers, including the database server, must be located within the same region. + +All application and search nodes should have static IP addresses (reference via hostname is not supported). Network traffic should not be restricted between application and search nodes. ### Servers |