From 40924c6dfd6d5155c26b0681ea8d763bbb38174a Mon Sep 17 00:00:00 2001 From: windsonsea Date: Mon, 2 Dec 2024 15:55:22 +0800 Subject: [PATCH] [Docs] Update spider-affinity to move code comments Signed-off-by: windsonsea --- docs/usage/spider-affinity-zh_CN.md | 65 +++++++++++++--------------- docs/usage/spider-affinity.md | 66 +++++++++++++++-------------- 2 files changed, 65 insertions(+), 66 deletions(-) diff --git a/docs/usage/spider-affinity-zh_CN.md b/docs/usage/spider-affinity-zh_CN.md index 603afac04e..cf4184e828 100644 --- a/docs/usage/spider-affinity-zh_CN.md +++ b/docs/usage/spider-affinity-zh_CN.md @@ -57,7 +57,7 @@ spec: SpiderIPPool 提供了 `podAffinity` 字段,当应用创建时,尝试从 SpiderIPPool 分配 IP 时,若 Pod 的 `selector.matchLabels` 符合该 podAffinity 设置,则能从该 SpiderIPPool 中成功分配出 IP,否则无法从该 SpiderIPPool 中分配出IP。 -依据如上所述,使用如下的 Yaml,创建如下具备应用亲和的 SpiderIPPool,它将为 `app: test-app-3` Pod 符合条件的 `selector.matchLabel` 提供 IP 地址。 +依据如上所述,使用如下的 YAML,创建如下具备应用亲和的 SpiderIPPool,它将为 `app: test-app-3` Pod 符合条件的 `selector.matchLabel` 提供 IP 地址。 ```bash ~# cat <