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 963345fffdc Update proxyless.md (#1565)
963345fffdc is described below
commit 963345fffdc4fb2f5f8561424eee718be16d1b0b
Author: Sampson <[email protected]>
AuthorDate: Sat Oct 22 15:32:30 2022 +0800
Update proxyless.md (#1565)
修复properties展示问题
---
content/zh/overview/tasks/mesh/proxyless.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/content/zh/overview/tasks/mesh/proxyless.md
b/content/zh/overview/tasks/mesh/proxyless.md
index 6ecabee1845..19dcc8fcb9e 100644
--- a/content/zh/overview/tasks/mesh/proxyless.md
+++ b/content/zh/overview/tasks/mesh/proxyless.md
@@ -63,8 +63,6 @@ public class GreetingServiceConsumer {
为了使 Kubernetes 感知到应用的状态,需要配置 `qosAcceptForeignIp` 参数,以便 Kubernetes
可以获得正确的应用状态,[对齐生命周期](/zh/docs3-v2/java-sdk/advanced-features-and-usage/others/dubbo-kubernetes-probe/)。
-```yaml
-
```properties
dubbo.application.name=dubbo-samples-xds-provider
dubbo.application.metadataServicePort=20885
@@ -260,4 +258,4 @@ dubbo.application.qosAcceptForeignIp=true
7. 不需要开启注入
-Proxyless 模式下 pod 不需要再开启 envoy 注入,请确认 namespace 中没有 `istio-injection=enabled`
的标签。
\ No newline at end of file
+Proxyless 模式下 pod 不需要再开启 envoy 注入,请确认 namespace 中没有 `istio-injection=enabled`
的标签。