diff --git a/content/en/docs/faq/installation/telemetry.md b/content/en/docs/faq/installation/telemetry.md index 150fbb9e5..47111d128 100644 --- a/content/en/docs/faq/installation/telemetry.md +++ b/content/en/docs/faq/installation/telemetry.md @@ -29,7 +29,7 @@ Telemetry is enabled by default when you install KubeSphere, while you also have ### Disable Telemetry before installation -When you install KubeSphere on existing Kubernetes clusters, you need to download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) for cluster setting. If you want to disable Telemetry, do not use `kubectl apply -f` directly for this file. +When you install KubeSphere on existing Kubernetes clusters, you need to download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) for cluster setting. If you want to disable Telemetry, do not use `kubectl apply -f` directly for this file. {{< notice note >}} @@ -37,7 +37,7 @@ If you install KubeSphere on Linux, see [Disable Telemetry after Installation](. {{}} -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it: +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it: ```bash vi cluster-configuration.yaml @@ -56,7 +56,7 @@ If you install KubeSphere on Linux, see [Disable Telemetry after Installation](. 3. Save the file after you finish and execute the following commands to start installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md index d45076eb1..1c2ec9e95 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md @@ -77,9 +77,9 @@ All the other Resources will be placed in `MC_KubeSphereRG_KuberSphereCluster_we To start deploying KubeSphere, use the following commands. ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` You can inspect the logs of installation through the following command: diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md index 649820ed1..1cc749336 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md @@ -45,9 +45,9 @@ Now that the cluster is ready, you can install KubeSphere following the steps be - Install KubeSphere using kubectl. The following commands are only for the default minimal installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - Inspect the logs of installation: diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md index ad75e9c5b..c823654ce 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md @@ -125,9 +125,9 @@ We will use the kubectl command-line utility for communicating with the cluster - Install KubeSphere using kubectl. The following commands are only for the default minimal installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - Inspect the logs of installation: diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md index 890c455cc..972b717dd 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md @@ -46,9 +46,9 @@ This guide walks you through the steps of deploying KubeSphere on [Google Kubern - Install KubeSphere using kubectl. The following commands are only for the default minimal installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - Inspect the logs of installation: diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md index a219cdf0d..4cc5e9ce0 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md @@ -76,9 +76,9 @@ For how to set up or cancel a default StorageClass, refer to Kubernetes official Use [ks-installer](https://github.com/kubesphere/ks-installer) to deploy KubeSphere on an existing Kubernetes cluster. Execute the following commands directly for a minimal installation: ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` Go to **Workload** > **Pod**, and check the running status of the pod in `kubesphere-system` of its namespace to understand the minimal deployment of KubeSphere. Check `ks-console-xxxx` of the namespace to understand the availability of KubeSphere console. diff --git a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md index e0ba1bf68..5871b25e3 100644 --- a/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md +++ b/content/en/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md @@ -68,9 +68,9 @@ This guide walks you through the steps of deploying KubeSphere on [Oracle Kubern - Install KubeSphere using kubectl. The following commands are only for the default minimal installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - Inspect the logs of installation: diff --git a/content/en/docs/installing-on-kubernetes/introduction/overview.md b/content/en/docs/installing-on-kubernetes/introduction/overview.md index 252ba99b6..fde5e9de9 100644 --- a/content/en/docs/installing-on-kubernetes/introduction/overview.md +++ b/content/en/docs/installing-on-kubernetes/introduction/overview.md @@ -29,9 +29,9 @@ After you make sure your existing Kubernetes cluster meets all the requirements, 1. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 2. Inspect the logs of installation: diff --git a/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md b/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md index 2ce33e15a..51ff127b6 100644 --- a/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md +++ b/content/en/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md @@ -161,8 +161,8 @@ Similar to installing KubeSphere on an existing Kubernetes cluster in an online 1. Execute the following commands to download these two files and transfer them to your machine that serves as the taskbox for installation. ```bash - curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml - curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml + curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml ``` 2. Edit `cluster-configuration.yaml` to add your private image registry. For example, `dockerhub.kubekey.local` is the registry address in this tutorial, then use it as the value of `.spec.local_registry` as below: diff --git a/content/en/docs/installing-on-linux/high-availability-configurations/ha-configuration.md b/content/en/docs/installing-on-linux/high-availability-configurations/ha-configuration.md index 5c0138cba..2294914ec 100644 --- a/content/en/docs/installing-on-linux/high-availability-configurations/ha-configuration.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -64,7 +64,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md index 0ba9ddfc7..651240496 100644 --- a/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md +++ b/content/en/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md @@ -267,7 +267,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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -283,7 +283,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -298,7 +298,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/introduction/kubekey.md b/content/en/docs/installing-on-linux/introduction/kubekey.md index b48ad637b..511409c10 100644 --- a/content/en/docs/installing-on-linux/introduction/kubekey.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -54,7 +54,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index b6e3e345b..639cea1e6 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -96,7 +96,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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -112,7 +112,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -127,7 +127,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md index f4d0fe0ca..66307b77e 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -215,7 +215,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index e8cb2deb6..c85a418f2 100644 --- a/content/en/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -316,7 +316,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md index 3fc9324c5..f0d15312c 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -135,7 +135,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md index 8cc310a60..31e5ab881 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md +++ b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md @@ -70,7 +70,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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -86,7 +86,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -101,7 +101,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md b/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md index 287b6d780..5b4206ee4 100644 --- a/content/en/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -89,7 +89,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md index 785a8e508..5b530c9cd 100644 --- a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md +++ b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md @@ -103,7 +103,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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -119,7 +119,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -134,7 +134,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index 8aa5c4c29..a866952ed 100644 --- a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/en/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -142,7 +142,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/pluggable-components/alerting.md b/content/en/docs/pluggable-components/alerting.md index 6a63241fb..e80b52a65 100644 --- a/content/en/docs/pluggable-components/alerting.md +++ b/content/en/docs/pluggable-components/alerting.md @@ -41,9 +41,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/), ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Alerting first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Alerting first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -59,7 +59,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/app-store.md b/content/en/docs/pluggable-components/app-store.md index 52ff4a651..50107edfa 100644 --- a/content/en/docs/pluggable-components/app-store.md +++ b/content/en/docs/pluggable-components/app-store.md @@ -48,9 +48,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/), ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the KubeSphere App Store first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the KubeSphere App Store first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -67,7 +67,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/auditing-logs.md b/content/en/docs/pluggable-components/auditing-logs.md index 0e5f64354..b7cccc164 100644 --- a/content/en/docs/pluggable-components/auditing-logs.md +++ b/content/en/docs/pluggable-components/auditing-logs.md @@ -59,9 +59,9 @@ By default, KubeKey will install Elasticsearch internally if Auditing is enabled ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Auditing first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Auditing first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -93,7 +93,7 @@ By default, ks-installer will install Elasticsearch internally if Auditing is en 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/devops.md b/content/en/docs/pluggable-components/devops.md index 1135abd06..282f5f25b 100644 --- a/content/en/docs/pluggable-components/devops.md +++ b/content/en/docs/pluggable-components/devops.md @@ -45,9 +45,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/), ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere DevOps first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere DevOps first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -63,7 +63,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/events.md b/content/en/docs/pluggable-components/events.md index 01ca87e7a..68f4e6f15 100644 --- a/content/en/docs/pluggable-components/events.md +++ b/content/en/docs/pluggable-components/events.md @@ -61,9 +61,9 @@ By default, KubeKey will install Elasticsearch internally if Events is enabled. ### Installing on Kubernetes -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Events first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Events first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -95,7 +95,7 @@ By default, ks-installer will install Elasticsearch internally if Events is enab 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/kubeedge.md b/content/en/docs/pluggable-components/kubeedge.md index 8b96f5809..207075be5 100644 --- a/content/en/docs/pluggable-components/kubeedge.md +++ b/content/en/docs/pluggable-components/kubeedge.md @@ -49,9 +49,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c ### Installing on Kubernetes -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeEdge first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeEdge first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -69,7 +69,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 4. Save the file and execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/logging.md b/content/en/docs/pluggable-components/logging.md index 1380d55c3..3864f2983 100644 --- a/content/en/docs/pluggable-components/logging.md +++ b/content/en/docs/pluggable-components/logging.md @@ -63,9 +63,9 @@ By default, KubeKey will install Elasticsearch internally if Logging is enabled. ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Logging first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Logging first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -97,7 +97,7 @@ By default, ks-installer will install Elasticsearch internally if Logging is ena 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/metrics-server.md b/content/en/docs/pluggable-components/metrics-server.md index a8e77a799..b9aedad86 100644 --- a/content/en/docs/pluggable-components/metrics-server.md +++ b/content/en/docs/pluggable-components/metrics-server.md @@ -41,9 +41,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Metrics Server first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Metrics Server first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -59,7 +59,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/network-policy.md b/content/en/docs/pluggable-components/network-policy.md index 863867d57..8c81bbc0a 100644 --- a/content/en/docs/pluggable-components/network-policy.md +++ b/content/en/docs/pluggable-components/network-policy.md @@ -50,9 +50,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/), ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Network Policy first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable the Network Policy first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -68,7 +68,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/pod-ip-pools.md b/content/en/docs/pluggable-components/pod-ip-pools.md index bbfbf08df..221df6315 100644 --- a/content/en/docs/pluggable-components/pod-ip-pools.md +++ b/content/en/docs/pluggable-components/pod-ip-pools.md @@ -42,9 +42,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c ### Installing on Kubernetes -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Pod IP Pools first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Pod IP Pools first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -61,7 +61,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/service-mesh.md b/content/en/docs/pluggable-components/service-mesh.md index aad073205..47c5d1e1d 100644 --- a/content/en/docs/pluggable-components/service-mesh.md +++ b/content/en/docs/pluggable-components/service-mesh.md @@ -43,9 +43,9 @@ If you adopt [All-in-One Installation](../../quick-start/all-in-one-on-linux/), ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Service Mesh first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable KubeSphere Service Mesh first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -61,7 +61,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/pluggable-components/service-topology.md b/content/en/docs/pluggable-components/service-topology.md index 9ee70ac40..31ca3d698 100644 --- a/content/en/docs/pluggable-components/service-topology.md +++ b/content/en/docs/pluggable-components/service-topology.md @@ -42,9 +42,9 @@ When you implement multi-node installation of KubeSphere on Linux, you need to c ### **Installing on Kubernetes** -As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Service Topology first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) file. +As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introduction/overview/), you can enable Service Topology first in the [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) file. -1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. Download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -61,7 +61,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu 3. Execute the following commands to start installation: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/quick-start/all-in-one-on-linux.md b/content/en/docs/quick-start/all-in-one-on-linux.md index bd34a4235..123ccaacb 100644 --- a/content/en/docs/quick-start/all-in-one-on-linux.md +++ b/content/en/docs/quick-start/all-in-one-on-linux.md @@ -84,7 +84,7 @@ Follow the steps 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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -100,7 +100,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -115,7 +115,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/en/docs/quick-start/enable-pluggable-components.md b/content/en/docs/quick-start/enable-pluggable-components.md index 05fe22383..f683d7283 100644 --- a/content/en/docs/quick-start/enable-pluggable-components.md +++ b/content/en/docs/quick-start/enable-pluggable-components.md @@ -59,7 +59,7 @@ If you adopt [All-in-one Installation](../../quick-start/all-in-one-on-linux/), When you install KubeSphere on Kubernetes, you need to use [ks-installer](https://github.com/kubesphere/ks-installer/) by applying two yaml files as below. -1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) and edit it. +1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml @@ -70,7 +70,7 @@ When you install KubeSphere on Kubernetes, you need to use [ks-installer](https: 3. Save this local file and execute the following commands to start installation. ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md index f68337103..0f1f9b67d 100644 --- a/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md +++ b/content/en/docs/quick-start/minimal-kubesphere-on-k8s.md @@ -29,9 +29,9 @@ After you make sure your machine meets the prerequisites, you can follow the ste 1. Execute the following commands: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 2. Inspect the logs of installation: diff --git a/content/zh/docs/faq/installation/telemetry.md b/content/zh/docs/faq/installation/telemetry.md index ef5ebd0ff..827d1f27f 100644 --- a/content/zh/docs/faq/installation/telemetry.md +++ b/content/zh/docs/faq/installation/telemetry.md @@ -29,7 +29,7 @@ Telemetry 在安装 KubeSphere 时默认启用。同时,您也可以在安装 ### 安装前禁用 Telemetry -在现有 Kubernetes 集群上安装 KubeSphere 时,您需要下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件用于配置集群。如需禁用 Telemetry,请勿直接执行 `kubectl apply -f` 命令应用该文件。 +在现有 Kubernetes 集群上安装 KubeSphere 时,您需要下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件用于配置集群。如需禁用 Telemetry,请勿直接执行 `kubectl apply -f` 命令应用该文件。 {{< notice note >}} @@ -37,7 +37,7 @@ Telemetry 在安装 KubeSphere 时默认启用。同时,您也可以在安装 {{}} -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件并打开编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件并打开编辑。 ```bash vi cluster-configuration.yaml @@ -56,7 +56,7 @@ Telemetry 在安装 KubeSphere 时默认启用。同时,您也可以在安装 3. 保存文件并执行如下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-ks-on-tencent-tke.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-ks-on-tencent-tke.md index be72e8d80..9ca1c5bab 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-ks-on-tencent-tke.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-ks-on-tencent-tke.md @@ -42,13 +42,13 @@ Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.4-tke.2", - 使用 kubectl 执行以下命令安装 KubeSphere: ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml ``` - 下载集群配置文件 ```bash -wget https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +wget https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` {{< notice tip >}} diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-ack.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-ack.md index c73ef95c7..5a46cd007 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-ack.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-ack.md @@ -142,8 +142,8 @@ alicloud-disk-topology diskplugin.csi.alibabacloud.com Delete 1.使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere,下载 yaml 文件: ``` -wget https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml -wget https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +wget https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml +wget https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md index 6ad34feed..f35071128 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks.md @@ -98,9 +98,9 @@ Azure Kubernetes Services 本身将放置在`KubeSphereRG`中。 请使用以下命令开始部署 KubeSphere。 ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 可以通过以下命令检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md index da6f80f8d..58e3a9154 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do.md @@ -47,9 +47,9 @@ weight: 4230 - 使用 kubectl 安装 KubeSphere,以下命令仅用于默认的最小安装。 ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - 检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md index 37c83f876..227fc1fe4 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks.md @@ -130,9 +130,9 @@ aws-cli/2.1.2 Python/3.7.3 Linux/4.18.0-193.6.3.el8_2.x86_64 exe/x86_64.centos.8 - 使用 kubectl 安装 KubeSphere,以下命令仅用于默认的最小安装。 ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - 检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md index 168fead31..74a66cd9c 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke.md @@ -46,9 +46,9 @@ weight: 4240 - 使用 kubectl 安装 KubeSphere,以下命令仅用于默认的最小安装。 ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` - 检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md index 486e2a8f7..0c1823584 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md @@ -74,8 +74,8 @@ volumeBindingMode: Immediate 接下来就可以使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere,建议首先还是以最小功能集进行安装,可执行以下命令: ```bash -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 执行部署命令后,可以通过进入**工作负载** > **容器组 Pod** 界面,在右侧面板中查询 `kubesphere-system` 命名空间下的 Pod 运行状态了解 KubeSphere 平台最小功能集的部署状态;通过该命名空间下 `ks-console-xxxx` 容器的状态来了解 KubeSphere 控制台应用的可用状态。 diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md index bbc9f42f5..7a0893e16 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke.md @@ -64,9 +64,9 @@ weight: 4260 1. 使用 kubectl 安装 KubeSphere。直接输入以下命令会默认执行 KubeSphere 的最小化安装。 ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 2. 检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/introduction/overview.md b/content/zh/docs/installing-on-kubernetes/introduction/overview.md index 0f08a973b..ed8c92826 100644 --- a/content/zh/docs/installing-on-kubernetes/introduction/overview.md +++ b/content/zh/docs/installing-on-kubernetes/introduction/overview.md @@ -32,9 +32,9 @@ KubeSphere 承诺为用户提供即插即用架构,您可以轻松地将 KubeS 1. 执行以下命令以开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 2. 检查安装日志: diff --git a/content/zh/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md b/content/zh/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md index 6b16c323f..1e73b5ec4 100644 --- a/content/zh/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md +++ b/content/zh/docs/installing-on-kubernetes/on-prem-kubernetes/install-ks-on-linux-airgapped.md @@ -162,8 +162,8 @@ Docker 使用 `/var/lib/docker` 作为默认路径来存储所有 Docker 相关 1. 执行以下命令下载这两个文件,并将它们传输至您充当任务机的机器,用于安装。 ```bash - curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml - curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml + curl -L -O https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml ``` 2. 编辑 `cluster-configuration.yaml` 添加您的私有镜像仓库。例如,本教程中的仓库地址是 `dockerhub.kubekey.local`,将它用作 `.spec.local_registry` 的值,如下所示: diff --git a/content/zh/docs/installing-on-linux/high-availability-configurations/ha-configuration.md b/content/zh/docs/installing-on-linux/high-availability-configurations/ha-configuration.md index 2d7665d34..4d53509a7 100644 --- a/content/zh/docs/installing-on-linux/high-availability-configurations/ha-configuration.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -64,7 +64,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -79,7 +79,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md b/content/zh/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md index 239bbf1b6..e0768a513 100644 --- a/content/zh/docs/installing-on-linux/high-availability-configurations/set-up-ha-cluster-using-keepalived-haproxy.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -283,7 +283,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -298,7 +298,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -通过以上命令,可以下载 KubeKey 的最新版本 (v1.0.1)。您可以更改命令中的版本号来下载特定的版本。 +通过以上命令,可以下载 KubeKey 的最新版本 (v1.1.0)。您可以更改命令中的版本号来下载特定的版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/introduction/kubekey.md b/content/zh/docs/installing-on-linux/introduction/kubekey.md index 17cb3c47e..abc22795d 100644 --- a/content/zh/docs/installing-on-linux/introduction/kubekey.md +++ b/content/zh/docs/installing-on-linux/introduction/kubekey.md @@ -38,7 +38,7 @@ KubeKey 的几种使用场景: 从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -54,7 +54,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -69,7 +69,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v1.0.1)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本 (v1.1.0)。您可以更改命令中的版本号来下载特定的版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/introduction/multioverview.md b/content/zh/docs/installing-on-linux/introduction/multioverview.md index ad0443130..41b141c69 100644 --- a/content/zh/docs/installing-on-linux/introduction/multioverview.md +++ b/content/zh/docs/installing-on-linux/introduction/multioverview.md @@ -98,7 +98,7 @@ KubeKey 可以一同安装 Kubernetes 和 KubeSphere。根据要安装的 Kubern 从 [GitHub 发布页面](https://github.com/kubesphere/kubekey/releases)下载 KubeKey 或直接使用以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -114,7 +114,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -129,7 +129,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md index f7edb0716..53e33e22a 100644 --- a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -216,7 +216,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -231,7 +231,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index 64f7e7757..7016eba3c 100644 --- a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -304,7 +304,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -319,7 +319,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md b/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md index d9dfb63cc..40a55b277 100644 --- a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-glusterfs.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -135,7 +135,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -150,7 +150,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v1.0.1)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本 (v1.1.0)。您可以更改命令中的版本号来下载特定的版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md b/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md index 6d75c9ba4..5e2e20fbc 100644 --- a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md +++ b/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-nfs-client.md @@ -70,7 +70,7 @@ weight: 3330 从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或者直接运行以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -86,7 +86,7 @@ export KKZONE=cn 运行以下命令来下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -101,7 +101,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -通过以上命令,可以下载 KubeKey 的最新版本 (v1.0.1)。您可以更改命令中的版本号来下载特定的版本。 +通过以上命令,可以下载 KubeKey 的最新版本 (v1.1.0)。您可以更改命令中的版本号来下载特定的版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md b/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md index d3c0bb822..77c855d8e 100644 --- a/content/zh/docs/installing-on-linux/persistent-storage-configurations/install-qingcloud-csi.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -89,7 +89,7 @@ export KKZONE=cn 运行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -104,7 +104,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -通过以上的命令,可以下载 KubeKey 的最新版本 (v1.0.1)。您可以更改命令中的版本号来下载特定的版本。 +通过以上的命令,可以下载 KubeKey 的最新版本 (v1.1.0)。您可以更改命令中的版本号来下载特定的版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md index 9a7a6409e..c0aba33a9 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -107,7 +107,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -122,7 +122,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md index 21e8460ce..475de3b69 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md @@ -103,7 +103,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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -119,7 +119,7 @@ export KKZONE=cn Run the following command to download KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -134,7 +134,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 (v1.0.1) of KubeKey. You can change the version number in the command to download a specific version. +The commands above download the latest release (v1.1.0) of KubeKey. You can change the version number in the command to download a specific version. {{}} diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md index 5fbf9d019..51573f608 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -101,7 +101,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -116,7 +116,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index a84924dd2..495c0aa50 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/zh/docs/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=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -142,7 +142,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey: ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -157,7 +157,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/pluggable-components/alerting.md b/content/zh/docs/pluggable-components/alerting.md index 3f0aac32c..da0f9835c 100644 --- a/content/zh/docs/pluggable-components/alerting.md +++ b/content/zh/docs/pluggable-components/alerting.md @@ -51,9 +51,9 @@ weight: 6600 ### 在 Kubernetes 上安装 -在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用告警和通知系统(可选组件)。 +在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用告警和通知系统(可选组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -71,7 +71,7 @@ weight: 6600 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/app-store.md b/content/zh/docs/pluggable-components/app-store.md index f6e0c6c04..1d0e880a9 100644 --- a/content/zh/docs/pluggable-components/app-store.md +++ b/content/zh/docs/pluggable-components/app-store.md @@ -48,9 +48,9 @@ weight: 6200 ### 在 Kubernetes 上安装 -[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用应用商店(可选服务组件)。 +[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用应用商店(可选服务组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -66,7 +66,7 @@ weight: 6200 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/auditing-logs.md b/content/zh/docs/pluggable-components/auditing-logs.md index da82cc2db..7343c521d 100644 --- a/content/zh/docs/pluggable-components/auditing-logs.md +++ b/content/zh/docs/pluggable-components/auditing-logs.md @@ -59,9 +59,9 @@ KubeSphere 审计日志系统提供了一套与安全相关并按时间顺序排 ### 在 Kubernetes 上安装 -在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用审计功能(可选组件)。 +在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用审计功能(可选组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -93,7 +93,7 @@ KubeSphere 审计日志系统提供了一套与安全相关并按时间顺序排 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/devops.md b/content/zh/docs/pluggable-components/devops.md index bdbed6932..715e28600 100644 --- a/content/zh/docs/pluggable-components/devops.md +++ b/content/zh/docs/pluggable-components/devops.md @@ -46,9 +46,9 @@ DevOps 系统为用户提供了一个自动化的环境,应用可以自动发 ### 在 Kubernetes 上安装 -[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用 DevOps(可选服务组件)。 +[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用 DevOps(可选服务组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -64,7 +64,7 @@ DevOps 系统为用户提供了一个自动化的环境,应用可以自动发 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/events.md b/content/zh/docs/pluggable-components/events.md index 39c5a16e4..d4402d6c5 100644 --- a/content/zh/docs/pluggable-components/events.md +++ b/content/zh/docs/pluggable-components/events.md @@ -61,9 +61,9 @@ KubeSphere 事件系统使用户能够跟踪集群内部发生的事件,例如 ### 在 Kubernetes 上安装 -在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用事件系统(可选组件)。 +在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用事件系统(可选组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -95,7 +95,7 @@ KubeSphere 事件系统使用户能够跟踪集群内部发生的事件,例如 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/logging.md b/content/zh/docs/pluggable-components/logging.md index fe8250f7b..17839f5ce 100644 --- a/content/zh/docs/pluggable-components/logging.md +++ b/content/zh/docs/pluggable-components/logging.md @@ -63,9 +63,9 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的 ### 在 Kubernetes 上安装 -[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用日志系统(可选服务组件)。 +[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 的教程中说明了在 Kubernetes 上安装 KubeSphere 的流程,不过,需要事先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用日志系统(可选服务组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -97,7 +97,7 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/metrics-server.md b/content/zh/docs/pluggable-components/metrics-server.md index d127549de..c84b079f5 100644 --- a/content/zh/docs/pluggable-components/metrics-server.md +++ b/content/zh/docs/pluggable-components/metrics-server.md @@ -18,9 +18,9 @@ KubeSphere 支持用于[部署](../../project-user-guide/application-workloads/d ### 在 **Kubernetes** 上安装 -[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 教程中演示了在 Kubernetes 上安装 KubeSphere 的流程。若想安装可选组件 Metrics Server,您可以先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中先启用该组件。 +[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 教程中演示了在 Kubernetes 上安装 KubeSphere 的流程。若想安装可选组件 Metrics Server,您可以先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中先启用该组件。 -1. 下载文件 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml),并打开文件进行编辑。 +1. 下载文件 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml),并打开文件进行编辑。 ```bash vi cluster-configuration.yaml @@ -36,7 +36,7 @@ KubeSphere 支持用于[部署](../../project-user-guide/application-workloads/d 3. 执行以下命令以开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/network-policy.md b/content/zh/docs/pluggable-components/network-policy.md index b5eeebcf3..6c9b21a82 100644 --- a/content/zh/docs/pluggable-components/network-policy.md +++ b/content/zh/docs/pluggable-components/network-policy.md @@ -50,9 +50,9 @@ weight: 6900 ### 在 Kubernetes 上安装 -在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用网络策略(可选组件)。 +在 Kubernetes 上安装 KubeSphere 的过程与教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用网络策略(可选组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -68,7 +68,7 @@ weight: 6900 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/pluggable-components/service-mesh.md b/content/zh/docs/pluggable-components/service-mesh.md index 3c03337f4..37d00094c 100644 --- a/content/zh/docs/pluggable-components/service-mesh.md +++ b/content/zh/docs/pluggable-components/service-mesh.md @@ -44,9 +44,9 @@ KubeSphere 服务网格基于 [Istio](https://istio.io/),将微服务治理和 ### 在 Kubernetes 上安装 -在 Kubernetes 上安装 KubeSphere 的过程和教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件中启用服务网格(可选组件)。 +在 Kubernetes 上安装 KubeSphere 的过程和教程[在 Kubernetes 上安装 KubeSphere](../../installing-on-kubernetes/introduction/overview/) 中的说明大致相同,不同之处是需要先在 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件中启用服务网格(可选组件)。 -1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 +1. 下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开并开始编辑。 ```bash vi cluster-configuration.yaml @@ -62,7 +62,7 @@ KubeSphere 服务网格基于 [Istio](https://istio.io/),将微服务治理和 3. 执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/quick-start/all-in-one-on-linux.md b/content/zh/docs/quick-start/all-in-one-on-linux.md index 1d4e443ce..ce5203e5c 100644 --- a/content/zh/docs/quick-start/all-in-one-on-linux.md +++ b/content/zh/docs/quick-start/all-in-one-on-linux.md @@ -86,7 +86,7 @@ KubeKey 是用 Go 语言开发的一款全新的安装工具,代替了以前 从 [GitHub Release Page](https://github.com/kubesphere/kubekey/releases) 下载 KubeKey 或直接使用以下命令。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{}} @@ -102,7 +102,7 @@ export KKZONE=cn 执行以下命令下载 KubeKey。 ```bash -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v1.1.0 sh - ``` {{< notice note >}} @@ -117,7 +117,7 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v1.0.1 sh - {{< notice note >}} -执行以上命令会下载最新版 KubeKey (v1.0.1),您可以修改命令中的版本号下载指定版本。 +执行以上命令会下载最新版 KubeKey (v1.1.0),您可以修改命令中的版本号下载指定版本。 {{}} diff --git a/content/zh/docs/quick-start/enable-pluggable-components.md b/content/zh/docs/quick-start/enable-pluggable-components.md index 39c7ed62f..0e7d82f8c 100644 --- a/content/zh/docs/quick-start/enable-pluggable-components.md +++ b/content/zh/docs/quick-start/enable-pluggable-components.md @@ -59,7 +59,7 @@ weight: 2600 在已有 Kubernetes 集群上安装 KubeSphere 时,需要部署 [ks-installer](https://github.com/kubesphere/ks-installer/) 的两个 YAML 文件。 -1. 首先下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml) 文件,然后打开编辑。 +1. 首先下载 [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) 文件,然后打开编辑。 ```bash vi cluster-configuration.yaml @@ -70,7 +70,7 @@ weight: 2600 3. 编辑完成后保存文件,执行以下命令开始安装: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml kubectl apply -f cluster-configuration.yaml ``` diff --git a/content/zh/docs/quick-start/minimal-kubesphere-on-k8s.md b/content/zh/docs/quick-start/minimal-kubesphere-on-k8s.md index 180b48e40..0a876d9fb 100644 --- a/content/zh/docs/quick-start/minimal-kubesphere-on-k8s.md +++ b/content/zh/docs/quick-start/minimal-kubesphere-on-k8s.md @@ -25,9 +25,9 @@ weight: 2200 1. 执行以下命令: ```bash - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/kubesphere-installer.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml - kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.0.0/cluster-configuration.yaml + kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml ``` 2. 检查安装日志: