You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-security-agents.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ The `kubelet-stats` monitor was previously deprecated by the vendor, in favor of
259
259
The `docker-container-stats` monitor is the one affected by dockershim removal.
260
260
Do not use the `docker-container-stats` with container runtimes other than Docker Engine.
261
261
262
-
How to migrate from dockershim-dependant agent:
262
+
How to migrate from dockershim-dependent agent:
263
263
1. Remove `docker-container-stats` from the list of [configured monitors](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitor-config.md).
264
264
Note, keeping this monitor enabled with non-dockershim runtime will result in incorrect metrics
265
265
being reported when docker is installed on node and no metrics when docker is not installed.
* Negative caching can be re-enabled, thereby reducing number of queries to kube-dns service.
99
+
* Negative caching can be re-enabled, thereby reducing the number of queries for the kube-dns service.
100
100
-->
101
101
* 可以重新启用负缓存,从而减少对 kube-dns 服务的查询数量。
102
102
@@ -124,7 +124,7 @@ This is the path followed by DNS Queries after NodeLocal DNSCache is enabled:
124
124
{{< note >}}
125
125
The local listen IP address for NodeLocal DNSCache can be any address that
126
126
can be guaranteed to not collide with any existing IP in your cluster.
127
-
It's recommended to use an address with a local scope, per example,
127
+
It's recommended to use an address with a local scope, for example,
128
128
from the 'link-local' range '169.254.0.0/16' for IPv4 or from the
129
129
'Unique Local Address' range in IPv6 'fd00::/8'.
130
130
{{< /note >}}
@@ -149,9 +149,9 @@ This feature can be enabled using the following steps:
149
149
准备一个清单,把它保存为 `nodelocaldns.yaml`。
150
150
151
151
<!--
152
-
* If using IPv6, the CoreDNS configuration file need to enclose all the IPv6 addresses
152
+
* If using IPv6, the CoreDNS configuration file needs to enclose all the IPv6 addresses
153
153
into square brackets if used in 'IP:Port' format.
154
-
If you are using the sample manifest from the previous point, this will require to modify
154
+
If you are using the sample manifest from the previous point, this will require you to modify
155
155
[the configuration line L70](https://github.com/kubernetes/kubernetes/blob/b2ecd1b3a3192fbbe2b9e348e095326f51dc43dd/cluster/addons/dns/nodelocaldns/nodelocaldns.yaml#L70)
156
156
like this: "`health [__PILLAR__LOCAL__DNS__]:8080`"
157
157
-->
@@ -193,7 +193,7 @@ This feature can be enabled using the following steps:
193
193
`__PILLAR__CLUSTER__DNS__` and `__PILLAR__UPSTREAM__SERVERS__` will be populated by
194
194
the `node-local-dns` pods.
195
195
In this mode, the `node-local-dns` pods listen on both the kube-dns service IP
196
-
as well as `<node-local-address>`, so pods can lookup DNS records using either IP address.
196
+
as well as `<node-local-address>`, so pods can look up DNS records using either IP address.
0 commit comments