mirror of
https://github.com/kubesphere/website.git
synced 2025-12-31 02:12:47 +00:00
Changes according to comments.
Signed-off-by: Patrick-LuoYu <patrickluo@yunify.com>
This commit is contained in:
parent
fc4dd2e1b2
commit
99d8695efa
|
|
@ -139,7 +139,7 @@ Download KubeKey from the [Github Release Page](https://github.com/kubesphere/ku
|
|||
curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.1 sh -
|
||||
```
|
||||
|
||||
## Use KubeKey to Deploy a Cluster
|
||||
## Use KubeKey to Deploy a Kubernetes Cluster
|
||||
|
||||
Create the `config-HA.yaml` deployment configuration file.
|
||||
|
||||
|
|
@ -192,7 +192,7 @@ spec:
|
|||
addons: []
|
||||
```
|
||||
|
||||
## Create a Cluster
|
||||
## Create a Kubernetes Cluster
|
||||
|
||||
Run the following command to install Kubernetes on AWS:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue