\346\234\211\350\276\271\350\275\246\345\215\207\347\272\247\344\270\272\346\227\240\350\276\271\350\275\246\346\214\207\345\274\225.md
... ...
@@ -201,8 +201,13 @@ volumes:
201 201
medium: Memory # 启用内存存储提升性能
202 202
sizeLimit: 1Gi
203 203
```
204
+### 4.3 配置service account
204 205
205
-### 4.3 连通性验证
206
+网关以及业务容器都需要配置对应的service account 赋予权限来操作k8s 资源
207
+
208
+[[http://iidp.chinasie.com:9999/iidpminio/distributed-v2/serviceaccount.png]]
209
+
210
+### 4.4 连通性验证
206 211
```bash
207 212
# 路由信息验证
208 213
curl -sS localhost:8060/route # 获取app以及其所在service的信息