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 bb1238a752e add build namespace step (#1467)
bb1238a752e is described below
commit bb1238a752eda3ca7aaa017ce8ab99eadeb800c5
Author: Wang Chengming <[email protected]>
AuthorDate: Mon Sep 5 14:07:17 2022 +0800
add build namespace step (#1467)
Co-authored-by: 呈铭 <[email protected]>
---
content/zh/overview/tasks/mesh/proxyless.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/content/zh/overview/tasks/mesh/proxyless.md
b/content/zh/overview/tasks/mesh/proxyless.md
index 1e68524930b..6ecabee1845 100644
--- a/content/zh/overview/tasks/mesh/proxyless.md
+++ b/content/zh/overview/tasks/mesh/proxyless.md
@@ -138,7 +138,17 @@ docker build -t
apache/dubbo-demo:dubbo-samples-xds-consumer_0.0.1 .
cd ../
```
-### Step 5: 部署容器
+### Step 5: 创建namespace
+
+```bash
+# 初始化命名空间
+kubectl apply -f
https://raw.githubusercontent.com/apache/dubbo-samples/master/dubbo-samples-xds/deploy/Namespace.yml
+
+# 切换命名空间
+kubens dubbo-demo
+```
+
+### Step 6: 部署容器
```bash
cd ./dubbo-samples-xds-provider/src/main/resources/k8s