From 4be9592f135b11f17fe0f97d4960bb55b2fdfab9 Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Fri, 5 Aug 2022 09:52:23 +0800 Subject: [PATCH] [zh-cn] resync: some file's commented English texts under docks/tasks Signed-off-by: Hu Shuai --- .../migrating-telemetry-and-security-agents.md | 2 +- .../docs/tasks/administer-cluster/nodelocaldns.md | 14 +++++++------- .../configure-pod-container/migrate-from-psp.md | 2 +- .../tasks/job/automated-tasks-with-cron-jobs.md | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md b/content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md index 7840125ec0..2305547b0c 100644 --- a/content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md +++ b/content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md @@ -259,7 +259,7 @@ The `kubelet-stats` monitor was previously deprecated by the vendor, in favor of The `docker-container-stats` monitor is the one affected by dockershim removal. Do not use the `docker-container-stats` with container runtimes other than Docker Engine. -How to migrate from dockershim-dependant agent: +How to migrate from dockershim-dependent agent: 1. Remove `docker-container-stats` from the list of [configured monitors](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitor-config.md). Note, keeping this monitor enabled with non-dockershim runtime will result in incorrect metrics being reported when docker is installed on node and no metrics when docker is not installed. diff --git a/content/zh-cn/docs/tasks/administer-cluster/nodelocaldns.md b/content/zh-cn/docs/tasks/administer-cluster/nodelocaldns.md index 77364a1e18..8ed18bcb36 100644 --- a/content/zh-cn/docs/tasks/administer-cluster/nodelocaldns.md +++ b/content/zh-cn/docs/tasks/administer-cluster/nodelocaldns.md @@ -6,7 +6,7 @@ content_type: task reviewers: - bowei - zihongz -title: Using NodeLocal DNSCache in Kubernetes clusters +title: Using NodeLocal DNSCache in Kubernetes Clusters content_type: task --> @@ -70,7 +70,7 @@ NodeLocal DNSCache 通过在集群节点上作为 DaemonSet 运行 DNS 缓存代 并避免 UDP DNS 条目填满 conntrack 表。 * 可以重新启用负缓存,从而减少对 kube-dns 服务的查询数量。 @@ -124,7 +124,7 @@ This is the path followed by DNS Queries after NodeLocal DNSCache is enabled: {{< note >}} The local listen IP address for NodeLocal DNSCache can be any address that can be guaranteed to not collide with any existing IP in your cluster. -It's recommended to use an address with a local scope, per example, +It's recommended to use an address with a local scope, for example, from the 'link-local' range '169.254.0.0/16' for IPv4 or from the 'Unique Local Address' range in IPv6 'fd00::/8'. {{< /note >}} @@ -149,9 +149,9 @@ This feature can be enabled using the following steps: 准备一个清单,把它保存为 `nodelocaldns.yaml`。 @@ -193,7 +193,7 @@ This feature can be enabled using the following steps: `__PILLAR__CLUSTER__DNS__` and `__PILLAR__UPSTREAM__SERVERS__` will be populated by the `node-local-dns` pods. In this mode, the `node-local-dns` pods listen on both the kube-dns service IP - as well as ``, so pods can lookup DNS records using either IP address. + as well as ``, so pods can look up DNS records using either IP address. --> * 如果 kube-proxy 运行在 IPTABLES 模式: diff --git a/content/zh-cn/docs/tasks/configure-pod-container/migrate-from-psp.md b/content/zh-cn/docs/tasks/configure-pod-container/migrate-from-psp.md index 0210c87c14..1b699543c8 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/migrate-from-psp.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/migrate-from-psp.md @@ -633,7 +633,7 @@ configuration of the API server: diff --git a/content/zh-cn/docs/tasks/job/automated-tasks-with-cron-jobs.md b/content/zh-cn/docs/tasks/job/automated-tasks-with-cron-jobs.md index edd0323f4e..d4f88c611b 100644 --- a/content/zh-cn/docs/tasks/job/automated-tasks-with-cron-jobs.md +++ b/content/zh-cn/docs/tasks/job/automated-tasks-with-cron-jobs.md @@ -218,7 +218,7 @@ For more information about working with Kubernetes objects and their {{< glossary_tooltip text="manifests" term_id="manifest" >}}, see the [managing resources](/docs/concepts/cluster-administration/manage-deployment/), and [using kubectl to manage resources](/docs/concepts/overview/working-with-objects/object-management/) documents. -Each manifest for a CrobJob also needs a [`.spec`](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status) section. +Each manifest for a CronJob also needs a [`.spec`](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status) section. --> ## 编写 CronJob 声明信息 {#writing-a-cronjob-spec}