mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
Fix typo
This commit is contained in:
parent
eac854f4c5
commit
3a6dddb405
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue