Skip to content

Commit e4bd30e

Browse files
committed
kep/784: update design
Signed-off-by: Daman Arora <[email protected]>
1 parent a2ff499 commit e4bd30e

File tree

1 file changed

+0
-4
lines changed
  • keps/sig-network/784-kube-proxy-component-config

1 file changed

+0
-4
lines changed

keps/sig-network/784-kube-proxy-component-config/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ The mitigations to those risks:
157157
| v1alpha1 | v1alpha2 | DataType | Comments |
158158
|--------------------|--------------------------|--------------|----------------------------------------------------------------------------------------------------------------|
159159
| ClusterCIDR | DetectLocal.ClusterCIDRs | list[string] | list of CIDR ranges for detecting local traffic |
160-
| MetricsBindAddress | MetricsBindAddresses | list[string] | list of CIDR ranges that contain valid node IPs to expose metrics server, instead of host port(ip:port) format |
161-
| HealthzBindAddress | HealthzBindAddresses | list[string] | list of CIDR ranges that contain valid node IPs to expose healthz server, instead of host port(ip:port) format | |
162160

163161
### Following fields will be added
164162
| Field | DataType | Default Value | Comments |
@@ -168,8 +166,6 @@ The mitigations to those risks:
168166
| ConfigHardFail | boolean | true | if set to true, kube-proxy will exit rather than just warning on config errors |
169167
| NodeIPOverride | list[string] | | list of primary node IPs |
170168
| IPFamilyPolicy | string | | controls nodeIP(s) detection, allowed values: [`SingleStack` \| `PreferDualStack` \| `RequireDualStack`] |
171-
| MetricsBindPort | integer (32-bit) | 10249 | port on which metrics server will be exposed |
172-
| HealthzBindPort | integer (32-bit) | 10256 | port on which helathz server will be exposed |
173169

174170
### Following fields will have different default values
175171
| Field | v1alpha1 (default) | v1alpha2 (default) |

0 commit comments

Comments
 (0)