Skip to content

Commit

Permalink
docs: update coordinator-zh_CN.md (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyclinder authored Aug 7, 2023
1 parent bd89df6 commit a4465ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/crd-spidercoordinator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spidercoordinators
# Spidercoordinator

A Spidercoordinators resource represents the global default configuration of the cni meta-plugin: coordinator.
A Spidercoordinator resource represents the global default configuration of the cni meta-plugin: coordinator.

> There is only one instance of this resource, which is automatically generated while you install Spiderpool and does not need to be created manually.
Expand Down
8 changes: 7 additions & 1 deletion docs/usage/coordinator-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ Spiderpool 内置一个叫 `coordinator` 的 CNI meta-plugin, 它在 Main CNI被
- 支持检测 Pod 的网关是否可达
- 支持固定 Pod 的 Mac 地址前缀

下面我们将详细的介绍 coordinator 如何解决或实现这些功能:
下面我们将详细的介绍 coordinator 如何解决或实现这些功能。

> 注意:
>
> 如果您通过 `SpinderMultusConfig CR` 帮助创建 NetworkAttachmentDefinition CR,您可以在 `SpinderMultusConfig` 中配置 `coordinator` (所有字段)。参考: [SpinderMultusConfig](../reference/crd-spidermultusconfig.md)
>
> `Spidercoordinators CR` 作为 `coordinator` 插件的全局缺省配置(所有字段),其优先级低于 NetworkAttachmentDefinition CR 中的配置。 如果在 NetworkAttachmentDefinition CR 未配置, 将使用 `Spidercoordinators CR` 作为缺省值。更多详情参考: [Spidercoordinator](../reference/crd-spidercoordinator.md)
## 解决 Underlay Pod 无法访问 ClusterIP 的问题

Expand Down

0 comments on commit a4465ed

Please sign in to comment.