改变一些描述
parent
b895f4ab03
commit
e33dc402ad
|
@ -1,4 +1,4 @@
|
|||
# 和我一步步部署kubernetes集群
|
||||
# 部署kubernetes集群
|
||||
|
||||
本系列文档介绍使用二进制部署 `kubernetes` 集群的所有步骤,而不是使用 `kubeadm` 等自动化方式来部署集群,同时开启了集群的TLS安全认证;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue