diff --git a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
index 68c15865b..d9015da3f 100644
--- a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
+++ b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
@@ -48,7 +48,7 @@ You must create a load balancer in your environment to listen (also known as lis
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -64,7 +64,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -79,7 +79,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
index f69f981b1..793c2be73 100644
--- a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
+++ b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
@@ -33,7 +33,7 @@ Refer to the following steps to download KubeKey.
Download KubeKey from [its GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or run the following command.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -49,7 +49,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -64,7 +64,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The preceding commands download the latest release of KubeKey (v2.2.1). You can modify the version number in the command to download a specific version.
+The preceding commands download the latest release of KubeKey (v2.2.2). You can modify the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
index 6dc6d8864..3d080e597 100644
--- a/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
+++ b/content/en/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
@@ -268,7 +268,7 @@ Before you start to create your Kubernetes cluster, make sure you have tested th
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -284,7 +284,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -299,7 +299,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md b/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
index 3f746d259..7927b9945 100644
--- a/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
+++ b/content/en/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
@@ -20,7 +20,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
|192.168.0.4 | node3 | Image registry node of the air-gapped environment |
## Preparations
-1. Run the following commands to download KubeKey v2.2.1.
+1. Run the following commands to download KubeKey v2.2.2.
{{< tabs >}}
{{< tab "Good network connections to GitHub/Googleapis" >}}
@@ -28,7 +28,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -44,7 +44,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
Run the following command to download KubeKey:
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -83,7 +83,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
repository:
iso:
localPath:
- url: https://github.com/kubesphere/kubekey/releases/download/v2.2.1/centos7-rpms-amd64.iso
+ url: https://github.com/kubesphere/kubekey/releases/download/v2.2.2/centos7-rpms-amd64.iso
- arch: amd64
type: linux
id: ubuntu
@@ -91,7 +91,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
repository:
iso:
localPath:
- url: https://github.com/kubesphere/kubekey/releases/download/v2.2.1/ubuntu-20.04-debs-amd64.iso
+ url: https://github.com/kubesphere/kubekey/releases/download/v2.2.2/ubuntu-20.04-debs-amd64.iso
kubernetesDistributions:
- type: kubernetes
version: v1.22.10
@@ -122,14 +122,14 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
- docker.io/kubesphere/kube-scheduler:v1.22.10
- docker.io/kubesphere/pause:3.5
- docker.io/coredns/coredns:1.8.0
- - docker.io/calico/cni:v3.20.0
- - docker.io/calico/kube-controllers:v3.20.0
- - docker.io/calico/node:v3.20.0
- - docker.io/calico/pod2daemon-flexvol:v3.20.0
- - docker.io/calico/typha:v3.20.0
+ - docker.io/calico/cni:v3.23.2
+ - docker.io/calico/kube-controllers:v3.23.2
+ - docker.io/calico/node:v3.23.2
+ - docker.io/calico/pod2daemon-flexvol:v3.23.2
+ - docker.io/calico/typha:v3.23.2
- docker.io/kubesphere/flannel:v0.12.0
- - docker.io/openebs/provisioner-localpv:2.10.1
- - docker.io/openebs/linux-utils:2.10.0
+ - docker.io/openebs/provisioner-localpv:3.3.0
+ - docker.io/openebs/linux-utils:3.3.0
- docker.io/library/haproxy:2.3
- docker.io/kubesphere/nfs-subdir-external-provisioner:v4.0.2
- docker.io/kubesphere/k8s-dns-node-cache:1.15.12
@@ -264,7 +264,7 @@ In KubeKey v2.1.0, we bring in concepts of manifest and artifact, which provides
- You can customize the **manifest-sample.yaml** file to export the desired artifact file.
- - You can download the ISO files at https://github.com/kubesphere/kubekey/releases/tag/v2.2.1.
+ - You can download the ISO files at https://github.com/kubesphere/kubekey/releases/tag/v2.2.2.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/introduction/kubekey.md b/content/en/docs/v3.3/installing-on-linux/introduction/kubekey.md
index 9a9850d8e..c49a3343d 100644
--- a/content/en/docs/v3.3/installing-on-linux/introduction/kubekey.md
+++ b/content/en/docs/v3.3/installing-on-linux/introduction/kubekey.md
@@ -38,7 +38,7 @@ With the configuration file in place, you execute the `./kk` command with varied
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -54,7 +54,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -69,7 +69,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/introduction/multioverview.md b/content/en/docs/v3.3/installing-on-linux/introduction/multioverview.md
index f79a410c9..5de688d5a 100644
--- a/content/en/docs/v3.3/installing-on-linux/introduction/multioverview.md
+++ b/content/en/docs/v3.3/installing-on-linux/introduction/multioverview.md
@@ -110,7 +110,7 @@ Follow the step below to download [KubeKey](../kubekey).
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -126,7 +126,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -141,7 +141,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/introduction/vars.md b/content/en/docs/v3.3/installing-on-linux/introduction/vars.md
index 813e0fa3c..189f4e36e 100644
--- a/content/en/docs/v3.3/installing-on-linux/introduction/vars.md
+++ b/content/en/docs/v3.3/installing-on-linux/introduction/vars.md
@@ -45,7 +45,7 @@ The below table describes the above parameters in detail.
version |
- The Kubernetes version to be installed. If you do not specify a Kubernetes version, {{< contentLink "docs/installing-on-linux/introduction/kubekey" "KubeKey" >}} v2.2.1 will install Kubernetes v1.23.7 by default. For more information, see {{< contentLink "docs/installing-on-linux/introduction/kubekey/#support-matrix" "Support Matrix" >}}. |
+ The Kubernetes version to be installed. If you do not specify a Kubernetes version, {{< contentLink "docs/installing-on-linux/introduction/kubekey" "KubeKey" >}} v2.2.2 will install Kubernetes v1.23.7 by default. For more information, see {{< contentLink "docs/installing-on-linux/introduction/kubekey/#support-matrix" "Support Matrix" >}}. |
imageRepo |
diff --git a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
index 53259b227..142969343 100644
--- a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
+++ b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
@@ -32,7 +32,7 @@ Follow the step below to download [KubeKey](../../../installing-on-linux/introdu
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -48,7 +48,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -63,7 +63,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. Note that an earlier version of KubeKey cannot be used to install K3s.
+The commands above download the latest release (v2.2.2) of KubeKey. Note that an earlier version of KubeKey cannot be used to install K3s.
{{ notice >}}
@@ -83,7 +83,7 @@ chmod +x kk
{{< notice note >}}
- KubeKey v2.2.1 supports the installation of K3s v1.21.4.
+ KubeKey v2.2.2 supports the installation of K3s v1.21.4.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
index a866845ff..b34d3378c 100644
--- a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
+++ b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
@@ -199,7 +199,7 @@ Follow the step below to download KubeKey.
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -215,7 +215,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -230,7 +230,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
index ac9d0016f..a3586a340 100644
--- a/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
+++ b/content/en/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
@@ -300,7 +300,7 @@ Follow the step below to download KubeKey.
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -316,7 +316,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -331,7 +331,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
index bd4668a76..34669da74 100644
--- a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
+++ b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
@@ -119,7 +119,7 @@ Follow the steps below to download [KubeKey](../../../installing-on-linux/introd
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -135,7 +135,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -150,7 +150,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
index 4c85f02ed..ab77c6372 100644
--- a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
+++ b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
@@ -71,7 +71,7 @@ Follow the steps below to download [KubeKey](../../../installing-on-linux/introd
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -87,7 +87,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -102,7 +102,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
index 453823686..a74bbbd59 100644
--- a/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
+++ b/content/en/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
@@ -73,7 +73,7 @@ Follow the steps below to download [KubeKey](../../../installing-on-linux/introd
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -89,7 +89,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -104,7 +104,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
index 67cffd72d..055043645 100644
--- a/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
+++ b/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
@@ -101,7 +101,7 @@ ssh -i .ssh/id_rsa2 -p50200 kubesphere@40.81.5.xx
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -117,7 +117,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -132,7 +132,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
index daf6ebe70..4464eb500 100644
--- a/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
+++ b/content/en/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
@@ -126,7 +126,7 @@ Follow the step below to download KubeKey.
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -142,7 +142,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -157,7 +157,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/quick-start/all-in-one-on-linux.md b/content/en/docs/v3.3/quick-start/all-in-one-on-linux.md
index 15b6f20ce..a5d1e732a 100644
--- a/content/en/docs/v3.3/quick-start/all-in-one-on-linux.md
+++ b/content/en/docs/v3.3/quick-start/all-in-one-on-linux.md
@@ -145,7 +145,7 @@ Perform the following steps to download KubeKey.
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or run the following command:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -161,7 +161,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -176,7 +176,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/en/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md b/content/en/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
index bce1dd9c1..1c9f01921 100644
--- a/content/en/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
+++ b/content/en/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
@@ -46,7 +46,7 @@ KubeKey upgrades Kubernetes from one MINOR version to the next MINOR version unt
### Step 1: Download KubeKey
-1. 1. Run the following commands to download KubeKey v2.2.1.
+1. 1. Run the following commands to download KubeKey v2.2.2.
{{< tabs >}}
{{< tab "Good network connections to GitHub/Googleapis" >}}
@@ -54,7 +54,7 @@ KubeKey upgrades Kubernetes from one MINOR version to the next MINOR version unt
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -70,7 +70,7 @@ KubeKey upgrades Kubernetes from one MINOR version to the next MINOR version unt
Run the following command to download KubeKey:
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
diff --git a/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md b/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md
index 61e9dea24..990d0f6c5 100644
--- a/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md
+++ b/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md
@@ -27,7 +27,7 @@ Follow the steps below to download KubeKey before you upgrade your cluster.
Download KubeKey from its [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) or use the following command directly.
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -43,7 +43,7 @@ export KKZONE=cn
Run the following command to download KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -58,7 +58,7 @@ After you download KubeKey, if you transfer it to a new machine also with poor n
{{< notice note >}}
-The commands above download the latest release (v2.2.1) of KubeKey. You can change the version number in the command to download a specific version.
+The commands above download the latest release (v2.2.2) of KubeKey. You can change the version number in the command to download a specific version.
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
index 7185a4806..82c93b3a8 100644
--- a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
+++ b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/ha-configuration.md
@@ -48,7 +48,7 @@ weight: 3150
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -64,7 +64,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -79,7 +79,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
index 71843ee20..eff4b85e7 100644
--- a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
+++ b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/internal-ha-configuration.md
@@ -33,7 +33,7 @@ weight: 3150
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -49,7 +49,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -64,7 +64,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
index e531fde1c..9ce39b733 100644
--- a/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
+++ b/content/zh/docs/v3.3/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md
@@ -267,7 +267,7 @@ yum install keepalived haproxy psmisc -y
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -283,7 +283,7 @@ export KKZONE=cn
运行以下命令来下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -298,7 +298,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上命令,可以下载 KubeKey 的最新版本 (v2.2.1)。您可以更改命令中的版本号来下载特定的版本。
+通过以上命令,可以下载 KubeKey 的最新版本 (v2.2.2)。您可以更改命令中的版本号来下载特定的版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md b/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
index cd7ba4aa4..605e957c0 100644
--- a/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
+++ b/content/zh/docs/v3.3/installing-on-linux/introduction/air-gapped-installation.md
@@ -23,7 +23,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
## 部署准备
-1. 执行以下命令下载 KubeKey v2.2.1 并解压:
+1. 执行以下命令下载 KubeKey v2.2.2 并解压:
{{< tabs >}}
@@ -32,7 +32,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -48,7 +48,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
运行以下命令来下载 KubeKey:
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -77,7 +77,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
repository:
iso:
localPath:
- url: https://github.com/kubesphere/kubekey/releases/download/v2.2.1/centos7-rpms-amd64.iso
+ url: https://github.com/kubesphere/kubekey/releases/download/v2.2.2/centos7-rpms-amd64.iso
- arch: amd64
type: linux
id: ubuntu
@@ -85,7 +85,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
repository:
iso:
localPath:
- url: https://github.com/kubesphere/kubekey/releases/download/v2.2.1/ubuntu-20.04-debs-amd64.iso
+ url: https://github.com/kubesphere/kubekey/releases/download/v2.2.2/ubuntu-20.04-debs-amd64.iso
kubernetesDistributions:
- type: kubernetes
version: v1.22.10
@@ -116,14 +116,14 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
- registry.cn-beijing.aliyuncs.com/kubesphereio/kube-scheduler:v1.22.10
- registry.cn-beijing.aliyuncs.com/kubesphereio/pause:3.5
- registry.cn-beijing.aliyuncs.com/kubesphereio/coredns:1.8.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/cni:v3.20.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.20.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/node:v3.20.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/pod2daemon-flexvol:v3.20.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/typha:v3.20.0
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/cni:v3.23.2
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/kube-controllers:v3.23.2
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/node:v3.23.2
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/pod2daemon-flexvol:v3.23.2
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/typha:v3.23.2
- registry.cn-beijing.aliyuncs.com/kubesphereio/flannel:v0.12.0
- - registry.cn-beijing.aliyuncs.com/kubesphereio/provisioner-localpv:2.10.1
- - registry.cn-beijing.aliyuncs.com/kubesphereio/linux-utils:2.10.0
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/provisioner-localpv:3.3.0
+ - registry.cn-beijing.aliyuncs.com/kubesphereio/linux-utils:3.3.0
- registry.cn-beijing.aliyuncs.com/kubesphereio/haproxy:2.3
- registry.cn-beijing.aliyuncs.com/kubesphereio/nfs-subdir-external-provisioner:v4.0.2
- registry.cn-beijing.aliyuncs.com/kubesphereio/k8s-dns-node-cache:1.15.12
@@ -258,7 +258,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概
- 可根据实际情况修改 **manifest-sample.yaml** 文件的内容,用于之后导出期望的 artifact 文件。
- - 您可以访问 https://github.com/kubesphere/kubekey/releases/tag/v2.2.1 下载 ISO 文件。
+ - 您可以访问 https://github.com/kubesphere/kubekey/releases/tag/v2.2.2 下载 ISO 文件。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/introduction/kubekey.md b/content/zh/docs/v3.3/installing-on-linux/introduction/kubekey.md
index 272204f8f..692840c2c 100644
--- a/content/zh/docs/v3.3/installing-on-linux/introduction/kubekey.md
+++ b/content/zh/docs/v3.3/installing-on-linux/introduction/kubekey.md
@@ -39,7 +39,7 @@ KubeKey 的几种使用场景:
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tabs >}}
@@ -55,7 +55,7 @@ export KKZONE=cn
运行以下命令来下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -70,7 +70,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.1)。您可以更改命令中的版本号来下载特定的版本。
+通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.2)。您可以更改命令中的版本号来下载特定的版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/introduction/multioverview.md b/content/zh/docs/v3.3/installing-on-linux/introduction/multioverview.md
index 7da6b5f17..4bdbd3a70 100644
--- a/content/zh/docs/v3.3/installing-on-linux/introduction/multioverview.md
+++ b/content/zh/docs/v3.3/installing-on-linux/introduction/multioverview.md
@@ -101,7 +101,7 @@ KubeKey 可以一同安装 Kubernetes 和 KubeSphere。根据要安装的 Kubern
从 [GitHub 发布页面](https://github.com/kubesphere/kubekey/releases)下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -117,7 +117,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -132,7 +132,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/introduction/vars.md b/content/zh/docs/v3.3/installing-on-linux/introduction/vars.md
index 25fa95d7c..3c576a4e2 100644
--- a/content/zh/docs/v3.3/installing-on-linux/introduction/vars.md
+++ b/content/zh/docs/v3.3/installing-on-linux/introduction/vars.md
@@ -45,7 +45,7 @@ weight: 3160
version |
- Kubernetes 安装版本。如未指定 Kubernetes 版本,{{< contentLink "docs/installing-on-linux/introduction/kubekey" "KubeKey" >}} v2.2.1 默认安装 Kubernetes v1.23.7。有关更多信息,请参阅{{< contentLink "docs/installing-on-linux/introduction/kubekey/#support-matrix" "支持矩阵" >}}。 |
+ Kubernetes 安装版本。如未指定 Kubernetes 版本,{{< contentLink "docs/installing-on-linux/introduction/kubekey" "KubeKey" >}} v2.2.2 默认安装 Kubernetes v1.23.7。有关更多信息,请参阅{{< contentLink "docs/installing-on-linux/introduction/kubekey/#support-matrix" "支持矩阵" >}}。 |
imageRepo |
diff --git a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
index 5bbd4181f..9bc1f39bc 100644
--- a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
+++ b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-and-k3s.md
@@ -32,7 +32,7 @@ weight: 3530
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接运行以下命令:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -48,7 +48,7 @@ export KKZONE=cn
运行以下命令来下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -63,7 +63,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上的命令可以下载 KubeKey 的最新版本 (v2.2.1)。请注意,更早版本的 KubeKey 无法下载 K3s。
+通过以上的命令可以下载 KubeKey 的最新版本 (v2.2.2)。请注意,更早版本的 KubeKey 无法下载 K3s。
{{ notice >}}
@@ -83,7 +83,7 @@ chmod +x kk
{{< notice note >}}
- - KubeKey v2.2.1 支持安装 K3s v1.21.4。
+ - KubeKey v2.2.2 支持安装 K3s v1.21.4。
- 您可以在以上命令中使用 `-f` 或 `--file` 参数指定配置文件的路径和名称。如未指定路径和名称,KubeKey 将默认在当前目录下创建 `config-sample.yaml` 配置文件。
diff --git a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
index 42bde5ab1..47f6b1fbb 100644
--- a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
+++ b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md
@@ -200,7 +200,7 @@ yum install conntrack-tools
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或使用以下命令:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -216,7 +216,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -231,7 +231,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
index fbb8fda71..38be3e65c 100644
--- a/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
+++ b/content/zh/docs/v3.3/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md
@@ -288,7 +288,7 @@ systemctl status -l keepalived
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -304,7 +304,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -319,7 +319,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
index 3432066db..2c7f81397 100644
--- a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
+++ b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-glusterfs.md
@@ -119,7 +119,7 @@ weight: 3340
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -135,7 +135,7 @@ export KKZONE=cn
运行以下命令来下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -150,7 +150,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.1)。您可以更改命令中的版本号来下载特定的版本。
+通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.2)。您可以更改命令中的版本号来下载特定的版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
index dcd0c2bf5..425f608f5 100644
--- a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
+++ b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-nfs-client.md
@@ -71,7 +71,7 @@ weight: 3330
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -87,7 +87,7 @@ export KKZONE=cn
运行以下命令来下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -102,7 +102,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上命令,可以下载 KubeKey 的最新版本 (v2.2.1)。您可以更改命令中的版本号来下载特定的版本。
+通过以上命令,可以下载 KubeKey 的最新版本 (v2.2.2)。您可以更改命令中的版本号来下载特定的版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
index 1d5f7dde1..23d8d5e70 100644
--- a/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
+++ b/content/zh/docs/v3.3/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md
@@ -73,7 +73,7 @@ weight: 3320
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -89,7 +89,7 @@ export KKZONE=cn
运行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -104,7 +104,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.1)。您可以更改命令中的版本号来下载特定的版本。
+通过以上的命令,可以下载 KubeKey 的最新版本 (v2.2.2)。您可以更改命令中的版本号来下载特定的版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md
index f7daffdfe..3ff5bfa7c 100644
--- a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md
+++ b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md
@@ -91,7 +91,7 @@ controlPlaneEndpoint:
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -107,7 +107,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -122,7 +122,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
index d78d9c8f2..c1bc52a47 100644
--- a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
+++ b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md
@@ -102,7 +102,7 @@ ssh -i .ssh/id_rsa2 -p50200 kubesphere@40.81.5.xx
从 KubeKey 的 [Github 发布页面](https://github.com/kubesphere/kubekey/releases)下载,或执行以下命令:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -118,7 +118,7 @@ export KKZONE=cn
运行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -133,7 +133,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-上面的命令会下载 KubeKey 最新版本 (v2.2.1)。您可以在命令中更改版本号以下载特定版本。
+上面的命令会下载 KubeKey 最新版本 (v2.2.2)。您可以在命令中更改版本号以下载特定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md
index 5cc861226..3a59ebb3c 100644
--- a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md
+++ b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md
@@ -85,7 +85,7 @@ Kubernetes 服务需要做到高可用,需要保证 kube-apiserver 的 HA ,
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -101,7 +101,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -116,7 +116,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
index 6d1759746..50ed86ef0 100644
--- a/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
+++ b/content/zh/docs/v3.3/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md
@@ -126,7 +126,7 @@ Weight: 3420
从 [GitHub 发布页面](https://github.com/kubesphere/kubekey/releases)下载 KubeKey 或直接使用以下命令:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -142,7 +142,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey:
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -157,7 +157,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/quick-start/all-in-one-on-linux.md b/content/zh/docs/v3.3/quick-start/all-in-one-on-linux.md
index c825026af..c4d12c62d 100644
--- a/content/zh/docs/v3.3/quick-start/all-in-one-on-linux.md
+++ b/content/zh/docs/v3.3/quick-start/all-in-one-on-linux.md
@@ -145,7 +145,7 @@ KubeKey 是用 Go 语言开发的一款全新的安装工具,代替了以前
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -161,7 +161,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -176,7 +176,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号下载指定版本。
{{ notice >}}
diff --git a/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md b/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
index 43556183b..5c95d65cf 100644
--- a/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
+++ b/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-kubekey.md
@@ -47,7 +47,7 @@ weight: 7400
### 步骤 1:下载 KubeKey
-1. 执行以下命令下载 KubeKey v2.2.1 并解压:
+1. 执行以下命令下载 KubeKey v2.2.2 并解压:
{{< tabs >}}
@@ -56,7 +56,7 @@ weight: 7400
从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -72,7 +72,7 @@ weight: 7400
运行以下命令来下载 KubeKey:
```bash
- curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
diff --git a/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md b/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md
index 1d8b49ca4..d19c76ef3 100644
--- a/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md
+++ b/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md
@@ -29,7 +29,7 @@ weight: 7200
从 [GitHub 发布页面](https://github.com/kubesphere/kubekey/releases)下载 KubeKey 或直接使用以下命令。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{ tab >}}
@@ -45,7 +45,7 @@ export KKZONE=cn
执行以下命令下载 KubeKey。
```bash
-curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
+curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.2 sh -
```
{{< notice note >}}
@@ -60,7 +60,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh -
{{< notice note >}}
-执行以上命令会下载最新版 KubeKey (v2.2.1),您可以修改命令中的版本号以下载指定版本。
+执行以上命令会下载最新版 KubeKey (v2.2.2),您可以修改命令中的版本号以下载指定版本。
{{ notice >}}