diff --git a/README.md b/README.md index 94e0cda9c..596761ac9 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Deploy the new version of ks-installer: ```bash # Notice: ks-installer will automatically migrate the configuration. Do not modify the cluster configuration by yourself. -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml --force ``` > Note: If your KubeSphere version is v3.1.0 or eariler, please upgrade to v3.2.x first. diff --git a/README_zh.md b/README_zh.md index aef19800f..277a6880c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -113,7 +113,7 @@ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app= ```bash # 注意: ks-installer会自动迁移cluster-configuration. 请勿自行修改. -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml --force ```