Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjun3 committed May 7, 2017
1 parent 8ac0fae commit 0b9f48a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 06-部署Master节点.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kubernetes master 节点包含的组件:

计划后续再介绍部署 LB 的步骤,客户端 (kubectl、kubelet、kube-proxy) 使用 LB 的 VIP 来访问 kube-apiserver,从而实现高可用 master 集群。

master 节点需要能与 node 节点上的 Pods 通过 Pod 网络通信,所以需要在 master 节点上部署 Flannel 网络。
master 节点与 node 节点上的 Pods 通过 Pod 网络通信,所以需要在 master 节点上部署 Flannel 网络。

## 使用的变量

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
1. [创建 TLS 证书和秘钥](02-创建TLS证书和秘钥.md)
1. [部署高可用 Etcd 集群](03-部署高可用Etcd集群.md)
1. [下载和配置 Kubectl 命令行工具](04-部署Kubectl命令行工具.md)
1. [配置 Flannel 网络](05-配置Flannel网络.md)
1. [配置 Flannel 网络](05-部署Flannel网络.md)
1. [部署 Master 节点](06-部署Master节点.md)
1. [部署 Node 节点](07-部署Node节点.md)
1. [部署 DNS 插件](08-部署DNS插件.md)
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* [02. 创建 TLS 证书和秘钥](02-创建TLS证书和秘钥.md)
* [03. 部署高可用 Etcd 集群](03-部署高可用Etcd集群.md)
* [04. 下载和配置 Kubectl 命令行工具](04-部署Kubectl命令行工具.md)
* [05. 配置 Flannel 网络](05-配置Flannel网络.md)
* [05. 配置 Flannel 网络](05-部署Flannel网络.md)
* [06. 部署 Master 节点](06-部署Master节点.md)
* [07. 部署 Node 节点](07-部署Node节点.md)
* [08. 部署 DNS 插件](08-部署DNS插件.md)
Expand Down

0 comments on commit 0b9f48a

Please sign in to comment.