改变一些描述

pull/10/head
Jimmy Song 2017-05-11 19:02:07 +08:00
parent b895f4ab03
commit e33dc402ad
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# 和我一步步部署kubernetes集群
# 部署kubernetes集群
本系列文档介绍使用二进制部署 `kubernetes` 集群的所有步骤,而不是使用 `kubeadm` 等自动化方式来部署集群同时开启了集群的TLS安全认证

View File

@ -21,8 +21,6 @@ A typical use case is:
Here is an example Deployment. It creates a Replica Set to
bring up 3 nginx Pods.
{% include code.html language="yaml" file="nginx-deployment.yaml" ghlink="/docs/concepts/workloads/controllers/nginx-deployment.yaml" %}
Run the example by downloading the example file and then running this command:
```shell