update kubekey version

Signed-off-by: Bettygogo2021 <bettygogo@kubesphere.io>
This commit is contained in:
Bettygogo2021 2022-09-08 11:07:46 +08:00
parent bfa02c9d59
commit bbd37d824e
38 changed files with 132 additions and 132 deletions

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -45,7 +45,7 @@ The below table describes the above parameters in detail.
</tr>
<tr>
<td><code>version</code></td>
<td>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" >}}.</td>
<td>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" >}}.</td>
</tr>
<tr>
<td><code>imageRepo</code></td>

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -45,7 +45,7 @@ weight: 3160
</tr>
<tr>
<td><code>version</code></td>
<td>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" "支持矩阵" >}}。</td>
<td>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" "支持矩阵" >}}。</td>
</tr>
<tr>
<td><code>imageRepo</code></td>

View File

@ -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` 配置文件。

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -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 >}}