From 616f394fd5d0a4338446f25a83a6b9a3f02db4e5 Mon Sep 17 00:00:00 2001 From: pixiake Date: Tue, 17 May 2022 18:21:57 +0800 Subject: [PATCH] update version to v3.3.0-rc.0 Signed-off-by: pixiake --- README.md | 4 ++-- README_zh.md | 4 ++-- controller/installRunner.py | 2 +- deploy/kubesphere-installer.yaml | 2 +- roles/download/defaults/main.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3960f6dd4..ec7d508f5 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ If your Kubernetes cluster environment meets all requirements mentioned above, t ### Minimal Installation ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.2/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.2/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-rc.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-rc.0/cluster-configuration.yaml ``` Then inspect the logs of installation. diff --git a/README_zh.md b/README_zh.md index fcf6aff46..16e7c48f5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -45,8 +45,8 @@ glusterfs kubernetes.io/glusterfs 3d4h ### 最小化快速部署 ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.2/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-alpha.2/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-rc.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0-rc.0/cluster-configuration.yaml # 查看部署进度及日志 $ kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f diff --git a/controller/installRunner.py b/controller/installRunner.py index 8924dfdf9..8af9434b5 100755 --- a/controller/installRunner.py +++ b/controller/installRunner.py @@ -46,7 +46,7 @@ "name": "ks-installer", "namespace": "kubesphere-system", "labels": { - "version": "v3.3.0-alpha.2" + "version": "v3.3.0-rc.0" }, }, } diff --git a/deploy/kubesphere-installer.yaml b/deploy/kubesphere-installer.yaml index 3f9cb22ff..6b253e840 100644 --- a/deploy/kubesphere-installer.yaml +++ b/deploy/kubesphere-installer.yaml @@ -287,7 +287,7 @@ spec: serviceAccountName: ks-installer containers: - name: installer - image: kubespheredev/ks-installer:v3.3.0-alpha.2 + image: kubespheredev/ks-installer:v3.3.0-rc.0 imagePullPolicy: "Always" resources: limits: diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 680b46e5e..8a39e1eec 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -46,7 +46,7 @@ ks_version: >- {%- if dev_tag is defined and dev_tag != "" -%} {{ dev_tag }} {%- else -%} - v3.3.0-alpha.2 + v3.3.0-rc.0 {%- endif %} #KubeSphere: