Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Jun committed Aug 1, 2018
1 parent e8f9e76 commit 5ccb4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07-3.kube-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ EOF
```
+ `bindAddress`: 监听地址;
+ `clientConnection.kubeconfig`: 连接 apiserver 的 kubeconfig 文件;
+ `clusterCIDR`: 必须与 kube-controller-manager 的 `--cluster-cidr` 选项值一致;kube-proxy 根据 `--cluster-cidr` 判断集群内部和外部流量,指定 `--cluster-cidr``--masquerade-all` 选项后 kube-proxy 才会对访问 Service IP 的请求做 SNAT;
+ `clusterCIDR`: kube-proxy 根据 `--cluster-cidr` 判断集群内部和外部流量,指定 `--cluster-cidr``--masquerade-all` 选项后 kube-proxy 才会对访问 Service IP 的请求做 SNAT;
+ `hostnameOverride`: 参数值必须与 kubelet 的值一致,否则 kube-proxy 启动后会找不到该 Node,从而不会创建任何 ipvs 规则;
+ `mode`: 使用 ipvs 模式;

Expand Down

0 comments on commit 5ccb4ca

Please sign in to comment.