2
2
title : kube-proxy 配置 (v1alpha1)
3
3
content_type : tool-reference
4
4
package : kubeproxy.config.k8s.io/v1alpha1
5
- auto_generated : true
6
5
---
7
6
8
7
<!--
@@ -65,7 +64,7 @@ for all interfaces)
65
64
healthzBindAddress is the IP address and port for the health check server to serve on,
66
65
defaulting to 0.0.0.0:10256
67
66
-->
68
- <p ><code >healthzBindAddress</code > 字段是健康状态检查服务器提供服务时所使用的的 IP 地址和端口,
67
+ <p ><code >healthzBindAddress</code > 字段是健康状态检查服务器提供服务时所使用的 IP 地址和端口,
69
68
默认设置为 '0.0.0.0:10256'。</p >
70
69
</td >
71
70
</tr >
@@ -77,7 +76,7 @@ defaulting to 0.0.0.0:10256
77
76
metricsBindAddress is the IP address and port for the metrics server to serve on,
78
77
defaulting to 127.0.0.1:10249 (set to 0.0.0.0 for all interfaces)
79
78
-->
80
- <p ><code >metricsBindAddress</code > 字段是度量值服务器提供服务时所使用的的 IP 地址和端口,
79
+ <p ><code >metricsBindAddress</code > 字段是指标服务器提供服务时所使用的 IP 地址和端口,
81
80
默认设置为 '127.0.0.1:10249'(设置为 0.0.0.0 意味着在所有接口上提供服务)。</p >
82
81
</td >
83
82
</tr >
@@ -101,7 +100,7 @@ defaulting to 127.0.0.1:10249 (set to 0.0.0.0 for all interfaces)
101
100
Profiling handlers will be handled by metrics server.
102
101
-->
103
102
<p ><code >enableProfiling</code > 字段通过 '/debug/pprof' 处理程序在 Web 界面上启用性能分析。
104
- 性能分析处理程序将由度量值服务器执行 。</p >
103
+ 性能分析处理程序将由指标服务器执行 。</p >
105
104
</td >
106
105
</tr >
107
106
<tr ><td ><code >clusterCIDR</code > <B ><!-- [Required]--> [必需]</B ><br />
@@ -192,7 +191,7 @@ the range [-1000, 1000]
192
191
in order to proxy service traffic. If unspecified (0-0) then ports will be randomly chosen.
193
192
-->
194
193
<p ><code >portRange</code > 字段是主机端口的范围,形式为 ‘beginPort-endPort’(包含边界),
195
- 用来设置代理服务所使用的端口。如果未指定(即‘0-0’),则代理服务会随机选择端口号。</p >
194
+ 用来设置代理服务所使用的端口。如果未指定(即 ‘0-0’),则代理服务会随机选择端口号。</p >
196
195
</td >
197
196
</tr >
198
197
<tr ><td ><code >udpIdleTimeout</code > <B ><!-- [Required]--> [必需]</B ><br />
@@ -244,8 +243,8 @@ An empty string slice is meant to select all network interfaces.
244
243
<p ><code >nodePortAddresses</code > 字段是 kube-proxy 进程的
245
244
<code >--nodeport-addresses</code > 命令行参数设置。
246
245
此值必须是合法的 IP 段。所给的 IP 段会作为参数来选择 NodePort 类型服务所使用的接口。
247
- 如果有人希望将本地主机(Localhost)上的服务暴露给本地访问,同时暴露在某些其他网络接口上
248
- 以实现某种目标 ,可以使用 IP 段的列表。
246
+ 如果有人希望将本地主机(Localhost)上的服务暴露给本地访问,
247
+ 同时暴露在某些其他网络接口上以实现某种目标 ,可以使用 IP 段的列表。
249
248
如果此值被设置为 " ; 127.0.0.0/8" ; ,则 kube-proxy 将仅为 NodePort
250
249
服务选择本地回路(loopback)接口。
251
250
如果此值被设置为非零的 IP 段,则 kube-proxy 会对 IP 作过滤,仅使用适用于当前节点的 IP 地址。
@@ -270,7 +269,7 @@ An empty string slice is meant to select all network interfaces.
270
269
ShowHiddenMetricsForVersion is the version for which you want to show hidden metrics.
271
270
-->
272
271
<p ><code >showHiddenMetricsForVersion</code > 字段给出的是一个 Kubernetes 版本号字符串,
273
- 用来设置你希望显示隐藏度量值的版本 。</p >
272
+ 用来设置你希望显示隐藏指标的版本 。</p >
274
273
</td >
275
274
</tr >
276
275
<tr ><td ><code >detectLocalMode</code > <B ><!-- [Required]--> [必需]</B ><br />
@@ -1088,10 +1087,10 @@ during leader election cycles.
1088
1087
1089
1088
<!--
1090
1089
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.
1092
1091
-->
1093
1092
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 ) 以了解更多信息。
1095
1094
1096
1095
<table class =" table " >
1097
1096
<thead ><tr ><th width =" 30% " ><!-- Field--> 字段</th ><th ><!-- Description--> 描述</th ></tr ></thead >
0 commit comments