From 3a6dddb405ebfca78682d02be33f065ceac2e284 Mon Sep 17 00:00:00 2001 From: Guangzhe Huang Date: Tue, 1 Sep 2020 17:06:44 +0800 Subject: [PATCH] Fix typo --- content/en/docs/upgrade/upgrade-with-ks-installer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/upgrade/upgrade-with-ks-installer.md b/content/en/docs/upgrade/upgrade-with-ks-installer.md index dee1e957d..23706405c 100644 --- a/content/en/docs/upgrade/upgrade-with-ks-installer.md +++ b/content/en/docs/upgrade/upgrade-with-ks-installer.md @@ -7,7 +7,7 @@ linkTitle: "Upgrade with ks-installer" weight: 150 --- -ks-installer is recommended for users whose Kubernetes clusters were not setup via [KubeSphere Installer](https://v2-1.docs.kubesphere.io/docs/installation/all-in-one/#step-2-download-installer-package), but hosted by cloud vendors. This tutorial guides to **upgrade KubeSphere only**. Cluster operator are responsible for upgrading Kubernetes on themselves beforehand. +ks-installer is recommended for users whose Kubernetes clusters were not setup via [KubeSphere Installer](https://v2-1.docs.kubesphere.io/docs/installation/all-in-one/#step-2-download-installer-package), but hosted by cloud vendors. This tutorial guides to **upgrade KubeSphere only**. Cluster operators are responsible for upgrading Kubernetes on themselves beforehand. ## Prerequisite @@ -41,4 +41,4 @@ Sync the changes from the v2.1.1 to v3.0.0 into the config section of `cluster-c ``` kubectl apply -f kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml -``` \ No newline at end of file +```