From 99d8695efaff45d8be2d8881d04c256a55352b77 Mon Sep 17 00:00:00 2001 From: Patrick-LuoYu Date: Fri, 13 Aug 2021 14:36:00 +0800 Subject: [PATCH] Changes according to comments. Signed-off-by: Patrick-LuoYu --- content/en/blogs/aws-kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blogs/aws-kubernetes.md b/content/en/blogs/aws-kubernetes.md index d8d6baba9..38120fe19 100644 --- a/content/en/blogs/aws-kubernetes.md +++ b/content/en/blogs/aws-kubernetes.md @@ -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: