diff --git a/README-zh_CN.md b/README-zh_CN.md index afd37339..439eb9e8 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -21,12 +21,12 @@ Terway有两种安装模式: * VPC模式 VPC模式,使用Aliyun VPC路由来打通网络,可以使用独立ENI给Pod,安装方式:
- 修改[terway.yml](./terway.yml)文件中的eni.conf的配置中的授权和网段配置,以及Network的网段配置,然后通过`kubectl apply -f terway.conf`来安装terway插件。 + 修改[terway.yml](./terway.yml)文件中的eni.conf的配置中的授权和网段配置,以及Network的网段配置,然后通过`kubectl apply -f terway.yml`来安装terway插件。 * ENI多IP模式 ENI多IP模式,使用Aliyun ENI的辅助IP来打通网络,不受VPC的路由条目限制,安装方式:
- 修改[terway-multiip.yml](./terway-multiip.yml)文件中的eni.conf的配置中的授权和网段配置,以及Network的网段配置,然后通过`kubectl apply -f terway.conf`来安装terway插件。 + 修改[terway-multiip.yml](./terway-multiip.yml)文件中的eni.conf的配置中的授权和网段配置,以及Network的网段配置,然后通过`kubectl apply -f terway-multiip.yml`来安装terway插件。 使用`kubectl get ds terway`看到插件在每个节点上都运行起来后,表明插件安装成功。 diff --git a/README.md b/README.md index 21e85426..6733e11d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Terway plugin have two installation modes * ENI Secondary IP Mode ENI Secondary IP Mode, Using `Aliyun ENI's secondary ip` to connect the pods. This mode not limited by VPC route tables quotation. Install method:
- Replace `Network` and `AccessKey/AccessKeySecret` in [terway-multiip.yml](./terway-multiip.yml) with your cluster pod subnet and aliyun openapi credentials. Then use `kubectl apply -f terway.yml` to install Terway into kubernetes cluster. + Replace `Network` and `AccessKey/AccessKeySecret` in [terway-multiip.yml](./terway-multiip.yml) with your cluster pod subnet and aliyun openapi credentials. Then use `kubectl apply -f terway-multiip.yml` to install Terway into kubernetes cluster. Using `kubectl get ds terway -n kube-system` to watch plugin launching. Plugin install completed while terway daemonset available pods equal to nodes.