Skip to content

Commit d4825f2

Browse files
authored
Merge pull request #35486 from windsonsea/kubconfi
[zh-cn] updated /config-api/kube-proxy-config.v1alpha1.md
2 parents 3fd0659 + a1c0b72 commit d4825f2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

content/zh-cn/docs/reference/config-api/kube-proxy-config.v1alpha1.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: kube-proxy 配置 (v1alpha1)
33
content_type: tool-reference
44
package: kubeproxy.config.k8s.io/v1alpha1
5-
auto_generated: true
65
---
76

87
<!--
@@ -65,7 +64,7 @@ for all interfaces)
6564
healthzBindAddress is the IP address and port for the health check server to serve on,
6665
defaulting to 0.0.0.0:10256
6766
-->
68-
<p><code>healthzBindAddress</code> 字段是健康状态检查服务器提供服务时所使用的的 IP 地址和端口,
67+
<p><code>healthzBindAddress</code> 字段是健康状态检查服务器提供服务时所使用的 IP 地址和端口,
6968
默认设置为 '0.0.0.0:10256'。</p>
7069
</td>
7170
</tr>
@@ -77,7 +76,7 @@ defaulting to 0.0.0.0:10256
7776
metricsBindAddress is the IP address and port for the metrics server to serve on,
7877
defaulting to 127.0.0.1:10249 (set to 0.0.0.0 for all interfaces)
7978
-->
80-
<p><code>metricsBindAddress</code> 字段是度量值服务器提供服务时所使用的的 IP 地址和端口,
79+
<p><code>metricsBindAddress</code> 字段是指标服务器提供服务时所使用的 IP 地址和端口,
8180
默认设置为 '127.0.0.1:10249'(设置为 0.0.0.0 意味着在所有接口上提供服务)。</p>
8281
</td>
8382
</tr>
@@ -101,7 +100,7 @@ defaulting to 127.0.0.1:10249 (set to 0.0.0.0 for all interfaces)
101100
Profiling handlers will be handled by metrics server.
102101
-->
103102
<p><code>enableProfiling</code> 字段通过 '/debug/pprof' 处理程序在 Web 界面上启用性能分析。
104-
性能分析处理程序将由度量值服务器执行。</p>
103+
性能分析处理程序将由指标服务器执行。</p>
105104
</td>
106105
</tr>
107106
<tr><td><code>clusterCIDR</code> <B><!--[Required]-->[必需]</B><br/>
@@ -192,7 +191,7 @@ the range [-1000, 1000]
192191
in order to proxy service traffic. If unspecified (0-0) then ports will be randomly chosen.
193192
-->
194193
<p><code>portRange</code> 字段是主机端口的范围,形式为 ‘beginPort-endPort’(包含边界),
195-
用来设置代理服务所使用的端口。如果未指定(即‘0-0’),则代理服务会随机选择端口号。</p>
194+
用来设置代理服务所使用的端口。如果未指定(即 ‘0-0’),则代理服务会随机选择端口号。</p>
196195
</td>
197196
</tr>
198197
<tr><td><code>udpIdleTimeout</code> <B><!--[Required]-->[必需]</B><br/>
@@ -244,8 +243,8 @@ An empty string slice is meant to select all network interfaces.
244243
<p><code>nodePortAddresses</code> 字段是 kube-proxy 进程的
245244
<code>--nodeport-addresses</code> 命令行参数设置。
246245
此值必须是合法的 IP 段。所给的 IP 段会作为参数来选择 NodePort 类型服务所使用的接口。
247-
如果有人希望将本地主机(Localhost)上的服务暴露给本地访问,同时暴露在某些其他网络接口上
248-
以实现某种目标,可以使用 IP 段的列表。
246+
如果有人希望将本地主机(Localhost)上的服务暴露给本地访问,
247+
同时暴露在某些其他网络接口上以实现某种目标,可以使用 IP 段的列表。
249248
如果此值被设置为 &quot;127.0.0.0/8&quot;,则 kube-proxy 将仅为 NodePort
250249
服务选择本地回路(loopback)接口。
251250
如果此值被设置为非零的 IP 段,则 kube-proxy 会对 IP 作过滤,仅使用适用于当前节点的 IP 地址。
@@ -270,7 +269,7 @@ An empty string slice is meant to select all network interfaces.
270269
ShowHiddenMetricsForVersion is the version for which you want to show hidden metrics.
271270
-->
272271
<p><code>showHiddenMetricsForVersion</code> 字段给出的是一个 Kubernetes 版本号字符串,
273-
用来设置你希望显示隐藏度量值的版本。</p>
272+
用来设置你希望显示隐藏指标的版本。</p>
274273
</td>
275274
</tr>
276275
<tr><td><code>detectLocalMode</code> <B><!--[Required]-->[必需]</B><br/>
@@ -1088,10 +1087,10 @@ during leader election cycles.
10881087

10891088
<!--
10901089
LoggingConfiguration contains logging options
1091-
Refer <a href="https://github.com/kubernetes/component-base/blob/master/logs/options.go">Logs Options</a> for more information.
1090+
Refer <a href="https://git.k8s.io/component-base/logs/api/v1/options.go">Logs Options</a> for more information.
10921091
-->
10931092
LoggingConfiguration 包含日志选项。
1094-
参考 [Logs Options](https://github.com/kubernetes/component-base/blob/master/logs/options.go) 以了解更多信息。
1093+
参考 [Logs Options](https://git.k8s.io/component-base/logs/api/v1/options.go) 以了解更多信息。
10951094

10961095
<table class="table">
10971096
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>

0 commit comments

Comments
 (0)