diff --git a/KubeSphere Documentation Style Guide.md b/KubeSphere Documentation Style Guide.md index 0ab96feaa..8d0647542 100644 --- a/KubeSphere Documentation Style Guide.md +++ b/KubeSphere Documentation Style Guide.md @@ -183,7 +183,7 @@ When describing the UI, you can use the following prepositions. ``` ```bash - # Assume your original Kubernetes cluster is v1.17.9 + # Assume your original Kubernetes cluster is v1.20.4 ./kk create config --with-kubesphere --with-kubernetes v1.20.4 ``` 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 ad5599679..66fd1bde3 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -64,7 +64,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v3.0.7) of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 a0579b6f6..b1f169875 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -49,7 +49,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2). You can modify the version number in the command to download a specific version. +The preceding commands download the latest release of KubeKey (v3.0.7). You can modify the version number in the command to download a specific version. {{}} 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 f5c36f0cc..5443ebf85 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -284,7 +284,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 e3822baed..351251181 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 v3.0.2. +1. Run the following commands to download KubeKey. {{< 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=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -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=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -73,7 +73,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/v3.0.2/centos7-rpms-amd64.iso + url: https://github.com/kubesphere/kubekey/releases/download/v3.0.7/centos7-rpms-amd64.iso - arch: amd64 type: linux id: ubuntu @@ -81,7 +81,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/v3.0.2/ubuntu-20.04-debs-amd64.iso + url: https://github.com/kubesphere/kubekey/releases/download/v3.0.7/ubuntu-20.04-debs-amd64.iso kubernetesDistributions: - type: kubernetes version: v1.22.12 @@ -255,7 +255,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/v3.0.2. + - You can download the ISO files at https://github.com/kubesphere/kubekey/releases/tag/v3.0.7. {{}} 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 135a6a228..7f721eaae 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -54,7 +54,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 2fbbe0d0f..75780825e 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -126,7 +126,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 981a11d1a..3c1b5ae43 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" >}} v3.0.2 will install Kubernetes v1.23.10 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" >}} v3.0.7 will install Kubernetes v1.23.10 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 fb0b85d90..6d392ec00 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -48,7 +48,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. Note that an earlier version of KubeKey cannot be used to install K3s. +The commands above download the latest release of KubeKey. Note that an earlier version of KubeKey cannot be used to install K3s. {{}} @@ -83,7 +83,7 @@ chmod +x kk {{< notice note >}} - KubeKey v3.0.2 supports the installation of K3s v1.21.4. + KubeKey supports the installation of K3s v1.21.4. {{}} 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 9389061f5..355d0751c 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -215,7 +215,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 3fc9eadfa..e4b420da6 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -316,7 +316,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 865721ac8..1c2302bb7 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -135,7 +135,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 774ca2848..e610656a6 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -87,7 +87,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 7c40ceb64..1c096476b 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -89,7 +89,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 8bf1d0b01..3f0a729d9 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -117,7 +117,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} @@ -142,7 +142,7 @@ The commands above download the latest release (v3.0.2) of KubeKey. You can chan chmod +x kk ``` -2. Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example. +1. Create an example configuration file with default configurations. Here Kubernetes v1.22.12 is used as an example. ```bash ./kk create config --with-kubesphere v3.3.2 --with-kubernetes v1.22.12 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 7f74fe6c4..ebb7b9877 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -142,7 +142,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 6ea319cda..586d4ffad 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -161,7 +161,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 e27706351..8b431df14 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 @@ -57,7 +57,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 v3.0.2. +1. 1. Run the following commands to download KubeKey. {{< tabs >}} {{< tab "Good network connections to GitHub/Googleapis" >}} @@ -65,7 +65,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=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -81,7 +81,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=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -155,8 +155,6 @@ As you install KubeSphere and Kubernetes on Linux, you need to prepare an image - You can change the Kubernetes version downloaded based on your needs. Recommended Kubernetes versions for KubeSphere 3.3 are v1.20.x, v1.21.x, * v1.22.x, * v1.23.x, and * v1.24.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.21.x. If you do not specify a Kubernetes version, KubeKey will install Kubernetes v1.23.10 by default. For more information about supported Kubernetes versions, see [Support Matrix](../../installing-on-linux/introduction/kubekey/#support-matrix). - - You can upgrade Kubernetes from v1.16.13 to v1.17.9 by downloading the v1.17.9 Kubernetes binary file, but for cross-version upgrades, all intermediate versions need to be downloaded in advance. For example, if you want to upgrade Kubernetes from v1.15.12 to v1.18.6, you need to download Kubernetes v1.16.13 and v1.17.9, and the v1.18.6 binary file. - - After you run the script, a folder `kubekey` is automatically created. Note that this file and `kk` must be placed in the same directory when you create the cluster later. {{}} 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 0e2da7a32..35eef7615 100644 --- a/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md +++ b/content/en/docs/v3.3/upgrade/upgrade-with-kubekey.md @@ -39,7 +39,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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -55,7 +55,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -70,7 +70,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 (v3.0.2) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release of KubeKey. You can change the version number in the command to download a specific version. {{}} 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 70b60ebc3..a6f577b48 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -64,7 +64,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -79,7 +79,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 b071bbcfc..04a7b3e73 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -49,7 +49,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -64,7 +64,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 79bad7693..c62a8ee5e 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -283,7 +283,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -298,7 +298,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上命令,可以下载 KubeKey 的最新版本 (v3.0.2)。您可以更改命令中的版本号来下载特定的版本。 +通过以上命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。 {{}} 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 4fa970794..27c4ce3ca 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 v3.0.2 并解压: +1. 执行以下命令下载 KubeKey 并解压: {{< 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=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -48,7 +48,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概 运行以下命令来下载 KubeKey: ```bash - curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -77,7 +77,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概 repository: iso: localPath: - url: https://github.com/kubesphere/kubekey/releases/download/v3.0.2/centos7-rpms-amd64.iso + url: https://github.com/kubesphere/kubekey/releases/download/v3.0.7/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/v3.0.2/ubuntu-20.04-debs-amd64.iso + url: https://github.com/kubesphere/kubekey/releases/download/v3.0.7/ubuntu-20.04-debs-amd64.iso kubernetesDistributions: - type: kubernetes version: v1.22.12 @@ -259,7 +259,7 @@ KubeKey v2.1.0 版本新增了清单(manifest)和制品(artifact)的概 - 可根据实际情况修改 **manifest-sample.yaml** 文件的内容,用于之后导出期望的 artifact 文件。 - - 您可以访问 https://github.com/kubesphere/kubekey/releases/tag/v3.0.2 下载 ISO 文件。 + - 您可以访问 https://github.com/kubesphere/kubekey/releases/tag/v3.0.7 下载 ISO 文件。 {{}} 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 63b1d3e67..b9a8a710b 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -55,7 +55,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -70,7 +70,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v3.0.2)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。 {{}} 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 e3c0aacc1..147ebf274 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -117,7 +117,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -132,7 +132,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 07e5b03e0..438d5bc58 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" >}} v3.0.2 默认安装 Kubernetes v1.23.10。有关更多信息,请参阅{{< contentLink "docs/installing-on-linux/introduction/kubekey/#support-matrix" "支持矩阵" >}}。 + Kubernetes 安装版本。如未指定 Kubernetes 版本,{{< contentLink "docs/installing-on-linux/introduction/kubekey" "KubeKey" >}} v3.0.7 默认安装 Kubernetes v1.23.10。有关更多信息,请参阅{{< 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 e105fe1d8..6906cff1f 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -48,7 +48,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -63,7 +63,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上的命令可以下载 KubeKey 的最新版本 (v3.0.2)。请注意,更早版本的 KubeKey 无法下载 K3s。 +通过以上的命令可以下载 KubeKey 的最新版本。请注意,更早版本的 KubeKey 无法下载 K3s。 {{}} @@ -83,7 +83,7 @@ chmod +x kk {{< notice note >}} - - KubeKey v3.0.2 支持安装 K3s v1.21.4。 + - KubeKey v3.0.7 支持安装 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 3fbeaeeac..b549f9a61 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -216,7 +216,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -231,7 +231,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 13f16cccd..0a823f9aa 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -304,7 +304,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -319,7 +319,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 10907ba04..04c44d6b3 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -135,7 +135,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -150,7 +150,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v3.0.2)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。 {{}} 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 eaa9499c6..405a59c95 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -87,7 +87,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -102,7 +102,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上命令,可以下载 KubeKey 的最新版本 (v3.0.2)。您可以更改命令中的版本号来下载特定的版本。 +通过以上命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。 {{}} 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 3619c0d1b..4733e766a 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -89,7 +89,7 @@ export KKZONE=cn 运行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -104,7 +104,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v3.0.2)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本。您可以更改命令中的版本号来下载特定的版本。 {{}} 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 a191c148a..310611d05 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -107,7 +107,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -122,7 +122,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} @@ -144,8 +144,6 @@ chmod +x kk ./kk create config --with-kubesphere v3.3.2 --with-kubernetes v1.22.12 -f config-sample.yaml ``` -> 提示:默认是 Kubernetes 1.17.9,这些 Kubernetes 版本也与 KubeSphere 同时进行过充分的测试: v1.15.12, v1.16.13, v1.17.9 (default), v1.18.6,您可以根据需要指定版本。 - ### 集群配置调整 修改配置文件 `config-sample.yaml`: 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 76345bdb6..4496fdfe0 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -118,7 +118,7 @@ export KKZONE=cn 运行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -133,7 +133,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -上面的命令会下载 KubeKey 最新版本 (v3.0.2)。您可以在命令中更改版本号以下载特定版本。 +上面的命令会下载 KubeKey 最新版本。您可以在命令中更改版本号以下载特定版本。 {{}} @@ -145,7 +145,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - -2. 使用默认配置创建示例配置文件,这里以 Kubernetes v1.22.12 为例。 +1. 使用默认配置创建示例配置文件,这里以 Kubernetes v1.22.12 为例。 ```bash ./kk create config --with-kubesphere v3.3.2 --with-kubernetes v1.22.12 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 a136bb7ac..04beabc3c 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -101,7 +101,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -116,7 +116,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} @@ -140,8 +140,6 @@ chmod +x kk ./kk create config --with-kubesphere v3.3.2 --with-kubernetes v1.22.12 -f master-HA.yaml ``` -> 提示:默认是 Kubernetes 1.17.9,这些 Kubernetes 版本也与 KubeSphere 同时进行过充分的测试: v1.15.12, v1.16.13, v1.17.9 (default), v1.18.6,您可以根据需要指定版本。 - ### 集群配置调整 目前当前集群开启了全量的组件,文末也提供了自定义的方法.可默认为 false: 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 3a2c2d65a..588bad916 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=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -142,7 +142,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -157,7 +157,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} 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 ae3e093f1..b1a20679e 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 或直接使用以下命令(ubuntu使用bash替换sh)。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -161,7 +161,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -176,7 +176,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/v3.3/release/release-v300.md b/content/zh/docs/v3.3/release/release-v300.md index 73db634cd..176b0c187 100644 --- a/content/zh/docs/v3.3/release/release-v300.md +++ b/content/zh/docs/v3.3/release/release-v300.md @@ -23,7 +23,6 @@ weight: 18300 ### UPGRADES & ENHANCEMENTS - Be compatible with Kubernetes 1.15.x, 1.16.x, 1.17.x and 1.18.x for [ks-installer](https://github.com/kubesphere/ks-installer), v3.0.0 -- [KubeKey](https://github.com/kubesphere/kubekey) officially supports Kubernetes 1.15.12, 1.16.13, 1.17.9 and 1.18.6 (Please avoid using KubeKey to install Kubernetes 1.15 to 1.15.5 and 1.16 to 1.16.2, because Kubernetes has an [API validation issue](https://github.com/kubernetes/kubernetes/issues/83778)) - Add support for EulerOS, UOS and KylinOS - Add support for Kunpeng and Phytium CPU - Use ClusterConfiguration CRD to store ks-installer's configuration instead of ConfigMap diff --git a/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-ks-installer.md b/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-ks-installer.md index 05ee6cd7c..ed7085300 100644 --- a/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-ks-installer.md +++ b/content/zh/docs/v3.3/upgrade/air-gapped-upgrade-with-ks-installer.md @@ -40,7 +40,7 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 {{< notice note >}} - 该文件根据不同的模块列出了 `##+modulename` 下的镜像。您可以按照相同的规则把自己的镜像添加到这个文件中。要查看完整文件,请参见[附录](../../installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped/#kubesphere-v330-镜像清单)。 + 该文件根据不同的模块列出了 `##+modulename` 下的镜像。您可以按照相同的规则把自己的镜像添加到这个文件中。要查看完整文件,请参见[附录](../../installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped/#kubesphere-v332-镜像清单)。 {{}} 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 7f81ecd8e..bb0b52e6a 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 @@ -58,7 +58,7 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 ### 步骤 1:下载 KubeKey -1. 执行以下命令下载 KubeKey v3.0.2 并解压: +1. 执行以下命令下载 KubeKey 并解压: {{< tabs >}} @@ -67,7 +67,7 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。 ```bash - curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -83,7 +83,7 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 运行以下命令来下载 KubeKey: ```bash - curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - + curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -157,8 +157,6 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 - 您可以根据自己的需求变更下载的 Kubernetes 版本。安装 KubeSphere 3.3 的建议 Kubernetes 版本:v1.20.x、v1.21.x、* v1.22.x、* v1.23.x 和 * v1.24.x。带星号的版本可能出现边缘节点部分功能不可用的情况。因此,如需使用边缘节点,推荐安装 v1.21.x。如果不指定 Kubernetes 版本,KubeKey 将默认安装 Kubernetes v1.23.10。有关受支持的 Kubernetes 版本的更多信息,请参见[支持矩阵](../../installing-on-linux/introduction/kubekey/#支持矩阵)。 - - 您可以通过下载 Kubernetes v1.17.9 二进制文件将 Kubernetes 从 v1.16.13 升级到 v1.17.9。但对于跨多个版本升级,需要事先下载所有中间版本,例如您想将 Kubernetes 从 v1.15.12 升级到 v1.18.6,则需要下载 Kubernetes v1.16.13、v1.17.9 和 v1.18.6 二进制文件。 - - 运行脚本后,会自动创建一个文件夹 `kubekey`。请注意,您稍后创建集群时,该文件和 `kk` 必须放在同一个目录下。 {{}} 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 2e2984ffb..08bdb9bdd 100644 --- a/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md +++ b/content/zh/docs/v3.3/upgrade/upgrade-with-kubekey.md @@ -41,7 +41,7 @@ KubeSphere 3.3.1 对内置角色和自定义角色的授权项做了一些调整 从 [GitHub 发布页面](https://github.com/kubesphere/kubekey/releases)下载 KubeKey 或直接使用以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{}} @@ -57,7 +57,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.7 sh - ``` {{< notice note >}} @@ -72,7 +72,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.2 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v3.0.2),您可以修改命令中的版本号以下载指定版本。 +执行以上命令会下载最新版 KubeKey,您可以修改命令中的版本号以下载指定版本。 {{}}