This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new e5d79c98125 Update 33.md (#1812)
e5d79c98125 is described below
commit e5d79c981255976d756c1b2ff0a50954c22cce00
Author: mfordjody <[email protected]>
AuthorDate: Mon Jan 9 19:24:04 2023 +0800
Update 33.md (#1812)
Co-authored-by: mfordjody <[email protected]>
---
content/zh/docs3-v2/java-sdk/faq/1/33.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/content/zh/docs3-v2/java-sdk/faq/1/33.md
b/content/zh/docs3-v2/java-sdk/faq/1/33.md
index 3c272384ee0..bd94460c104 100644
--- a/content/zh/docs3-v2/java-sdk/faq/1/33.md
+++ b/content/zh/docs3-v2/java-sdk/faq/1/33.md
@@ -5,14 +5,12 @@ linkTitle: "1-33 - xDS 服务发现初始化失败"
weight: 33
---
-## 可能的原因
+### 可能的原因
1. xDS 模式下的注册中心,地址配置错误。
2. 防火墙及第三方防护软件,导致无法对外提供连接。
-## 排查和解决步骤
+### 排查和解决步骤
-1. 检查xDS配置是否正确,检查 Istio 状态是否正常。
-2. 检查防火墙配置或使用cmd 的`ping`命令进行基本检测。
-
-<p style="margin-top: 3rem;"> </p>
+1. 检查 xDS 配置是否正确,检查 Istio 状态是否正常。
+2. 检查防火墙配置或使用 cmd 的 `ping` 命令进行基本检测。