From a4a40f1c26f72fe3da8a07b0dc3b1ad382263645 Mon Sep 17 00:00:00 2001 From: weizhoublue <45163302+weizhoublue@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:58:51 +0800 Subject: [PATCH] update readme (#2190) * update readme Signed-off-by: weizhou.lan@daocloud.io * update readme Signed-off-by: weizhou.lan@daocloud.io --------- Signed-off-by: weizhou.lan@daocloud.io --- README-zh_CN.md | 9 +++++---- README.md | 10 +++++----- docs/README-zh_CN.md | 9 +++++---- docs/README.md | 10 +++++----- 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index f60c8c71da..ccfa7b3f49 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -206,10 +206,11 @@ Spiderpool 提供了节点拓扑的 IP 池功能,与虚拟机的相同 IP 分 并且,能够帮助实施 IP 地址冲突检测、网关可达性检测,以保证 Pod 通信正常,可参考[例子](./docs/usage/coordinator.md)。 -* 基于节点拓扑的 IP 池功能,支持运行在裸金属[例子](./docs/usage/network-topology-zh_CN.md)、 - vmware 虚拟机[例子](./docs/usage/install/cloud/get-started-vmware-zh_CN.md)、 - openstack 虚拟机[例子](./docs/usage/install/cloud/get-started-openstack-zh_CN.md)、 - 公有云[例子](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md)等场景。 +* 基于节点拓扑的 IP 池功能,满足每个节点精细化的子网规划需求,可参考[例子](./docs/usage/network-topology-zh_CN.md) + +* 在 vmware vsphere 平台上,无需打开 vswitch 的["混杂"转发模式](https://docs.vmware.com/cn/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html),即可运行 underlay CNI 解决方案,从而确保 vsphere 平台的转发性能。参考[例子](./docs/usage/install/cloud/get-started-vmware-zh_CN.md) + +* spiderpool 能在任意厂商的公有云平台、openstack 上运行容器 underlay 网络,从而用统一的技术栈满足多云、混合云场景下的需求。具体可参考[阿里云例子](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md) * 在 Pod 启动时,能够在宿主机上动态创建 BOND 接口和 VLAN 子接口,以帮助 [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan) diff --git a/README.md b/README.md index f0383ebc67..a63b8eb5c7 100644 --- a/README.md +++ b/README.md @@ -263,11 +263,11 @@ Refer to [Quick start](./docs/usage/install/install.md), set up a cluster quickl to access clusterIP and pod healthy check ([example](./docs/usage/install/underlay/get-started-macvlan.md)), to detect IP conflict and gateway reachability ([example](./docs/usage/coordinator.md)). -* Node based IP pool, supporting underlay CNI running on bare metal - ([example](./docs/usage/network-topology.md)), - vmware virtual machine ([example](./docs/usage/install/cloud/get-started-vmware.md)), - openstack virtual machine ([example](./docs/usage/install/cloud/get-started-openstack.md)), - public cloud ([example](./docs/usage/install/cloud/get-started-alibaba.md)). +* Node-based IP pool feature meets the complex subnet design of each node. refer to [example](./docs/usage/network-topology.md) + +* On vmware vsphere platform, Spiderpool underlay network solution does not require ["hybrid forwarding" mode of the Vswitch](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html), which ensures the network performance of vsphere platform. refer to [example](./docs/usage/install/cloud/get-started-vmware-zh_CN.md) + +* Spiderpool underlay network solution could run on public cloud of any vendors, and openstack platform, which could meet needs of multi cloud and hybrid cloud with unified CNI stack。refer to [alibabaCloud](./docs/usage/install/cloud/get-started-alibaba-zh_CN.md) * When starting the Pod, it could help dynamically build the bond interface and vlan interface for the master interface of [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan), diff --git a/docs/README-zh_CN.md b/docs/README-zh_CN.md index 296082dea8..3fd6f2aa42 100644 --- a/docs/README-zh_CN.md +++ b/docs/README-zh_CN.md @@ -206,10 +206,11 @@ Spiderpool 提供了节点拓扑的 IP 池功能,与虚拟机的相同 IP 分 并且,能够帮助实施 IP 地址冲突检测、网关可达性检测,以保证 Pod 通信正常,可参考[例子](./usage/coordinator.md)。 -* 基于节点拓扑的 IP 池功能,支持运行在裸金属[例子](./usage/network-topology-zh_CN.md)、 - vmware 虚拟机[例子](./usage/install/cloud/get-started-vmware-zh_CN.md)、 - openstack 虚拟机[例子](./usage/install/cloud/get-started-openstack-zh_CN.md)、 - 公有云[例子](./usage/install/cloud/get-started-alibaba-zh_CN.md)等场景。 +* 基于节点拓扑的 IP 池功能,满足每个节点精细化的子网规划需求,可参考[例子](./usage/network-topology-zh_CN.md) + +* 在 vmware vsphere 平台上,无需打开 vswitch 的["混杂"转发模式](https://docs.vmware.com/cn/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html),即可运行 underlay CNI 解决方案,从而确保 vsphere 平台的转发性能。参考[例子](./usage/install/cloud/get-started-vmware-zh_CN.md) + +* spiderpool 能在任意厂商的公有云平台、openstack 上运行容器 underlay 网络,从而用统一的技术栈满足多云、混合云场景下的需求。具体可参考[阿里云例子](./usage/install/cloud/get-started-alibaba-zh_CN.md) * 在 Pod 启动时,能够在宿主机上动态创建 BOND 接口和 VLAN 子接口,以帮助 [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan) diff --git a/docs/README.md b/docs/README.md index 2a75f16b38..a6395db42f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -263,11 +263,11 @@ Refer to [Quick start](./usage/install/install.md), set up a cluster quickly. to access clusterIP and pod healthy check ([example](./usage/install/underlay/get-started-macvlan.md)), to detect IP conflict and gateway reachability ([example](./usage/coordinator.md)). -* Node based IP pool, supporting underlay CNI running on bare metal - ([example](./usage/network-topology.md)), - vmware virtual machine ([example](./usage/install/cloud/get-started-vmware.md)), - openstack virtual machine ([example](./usage/install/cloud/get-started-openstack.md)), - public cloud ([example](./usage/install/cloud/get-started-alibaba.md)). +* Node-based IP pool feature meets the complex subnet design of each node. refer to [example](./usage/network-topology.md) + +* On vmware vsphere platform, Spiderpool underlay network solution does not require ["hybrid forwarding" mode of the Vswitch](https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-3507432E-AFEA-4B6B-B404-17A020575358.html), which ensures the network performance of vsphere platform. refer to [example](./usage/install/cloud/get-started-vmware-zh_CN.md) + +* Spiderpool underlay network solution could run on public cloud of any vendors, and openstack platform, which could meet needs of multi cloud and hybrid cloud with unified CNI stack。refer to [alibabaCloud](./usage/install/cloud/get-started-alibaba-zh_CN.md) * When starting the Pod, it could help dynamically build the bond interface and vlan interface for the master interface of [Macvlan CNI](https://github.com/containernetworking/plugins/tree/main/plugins/main/macvlan),