Signed-off-by: hbchen <hobo@hbchen.com>
This commit is contained in:
Hobo Chen 2022-01-13 09:51:15 +08:00 committed by GitHub
parent 3870f8de4c
commit 3c7c03f4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ KubeVela 后的应用交付模型OAM是一个从设计与实现上都高
vela addon enable istio
```
如果你的集群已经已经安装 Istio你只需 apply [该目录](https://github.com/oam-dev/kubevela/tree/master/vela-templates/addons/istio/definitions) 下的四个 YAML 文件来达到和上面开启集群插件一样的效果
如果你的集群已经安装 Istio你只需 apply [该目录](https://github.com/oam-dev/kubevela/tree/master/vela-templates/addons/istio/definitions) 下的四个 YAML 文件来达到和上面开启集群插件一样的效果
因为后面的例子运行在 default namespace需要为 default namespace 打上 Istio 自动注入 sidecar 的标签。