From 3b9311f435b732e39638cc61ba2e4b9341cb13bf Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Wed, 2 Sep 2020 18:36:34 +0800 Subject: [PATCH] Update kubekey downloading desc Signed-off-by: Sherlock113 --- .../introduction/multioverview.md | 12 +++++----- .../install-kubesphere-on-vmware-vsphere.md | 16 +++++++++----- .../kubesphere-on-qingcloud-instance.md | 22 +++++++++++++------ .../docs/quick-start/all-in-one-on-linux.md | 12 ++++++---- 4 files changed, 38 insertions(+), 24 deletions(-) diff --git a/content/en/docs/installing-on-linux/introduction/multioverview.md b/content/en/docs/installing-on-linux/introduction/multioverview.md index 7e2f8f9a9..7eae2e3d4 100644 --- a/content/en/docs/installing-on-linux/introduction/multioverview.md +++ b/content/en/docs/installing-on-linux/introduction/multioverview.md @@ -81,24 +81,22 @@ This example includes three hosts as below with the master node serving as the t ## Step 2: Download KubeKey -As below, you can either download the binary file. - -Download the Installer for KubeSphere v3.0.0. +Follow the step below to download KubeKey. {{< tabs >}} -{{< tab "For users with poor network to GitHub" >}} +{{< tab "For users with poor network connections to GitHub" >}} -For users in China, you can download the installer using this link. +Download KubeKey using the following command: ```bash wget https://kubesphere.io/kubekey/releases/v1.0.0 ``` {{}} -{{< tab "For users with good network to GitHub" >}} +{{< tab "For users with good network connections to GitHub" >}} -For users with good network to GitHub, you can download it from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following link directly. +Download KubeKey from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following command directly. ```bash wget https://github.com/kubesphere/kubekey/releases/download/v1.0.0/kubekey-v1.0.0-linux-amd64.tar.gz 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 7befd94ac..25c6488f8 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 @@ -267,28 +267,32 @@ Or use `systemctl status -l keepalived` command to view systemctl status -l keepalived ``` -## Get the Installer Excutable File +## Download KubeKey -Download the Installer for KubeSphere v3.0.0. +[Kubekey](https://github.com/kubesphere/kubekey) is the next-gen installer which provides an easy, fast and flexible way to install Kubernetes and KubeSphere v3.0.0. + +Follow the step below to download KubeKey. {{< tabs >}} -{{< tab "For users with poor network to GitHub" >}} +{{< tab "For users with poor network connections to GitHub" >}} -For users in China, you can download the installer using this link. +Download KubeKey using the following command: ```bash wget https://kubesphere.io/kubekey/releases/v1.0.0 ``` + {{}} -{{< tab "For users with good network to GitHub" >}} +{{< tab "For users with good network connections to GitHub" >}} -For users with good network to GitHub, you can download it from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following link directly. +Download KubeKey from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following command directly. ```bash wget https://github.com/kubesphere/kubekey/releases/download/v1.0.0/kubekey-v1.0.0-linux-amd64.tar.gz ``` + {{}} {{}} diff --git a/content/en/docs/installing-on-linux/public-cloud/kubesphere-on-qingcloud-instance.md b/content/en/docs/installing-on-linux/public-cloud/kubesphere-on-qingcloud-instance.md index bfabcc660..12214d208 100644 --- a/content/en/docs/installing-on-linux/public-cloud/kubesphere-on-qingcloud-instance.md +++ b/content/en/docs/installing-on-linux/public-cloud/kubesphere-on-qingcloud-instance.md @@ -115,26 +115,30 @@ Click **Submit** when you finish. ### Download KubeKey -[Kubekey](https://github.com/kubesphere/kubekey) is the next-gen installer which is used for installing Kubernetes and KubeSphere v3.0.0 fastly, flexibly and easily. +[Kubekey](https://github.com/kubesphere/kubekey) is the next-gen installer which provides an easy, fast and flexible way to install Kubernetes and KubeSphere v3.0.0. + +Follow the step below to download KubeKey. {{< tabs >}} -{{< tab "For users with poor network to GitHub" >}} +{{< tab "For users with poor network connections to GitHub" >}} -For users in China, you can download the installer using this link. +Download KubeKey using the following command: ```bash wget https://kubesphere.io/kubekey/releases/v1.0.0 ``` + {{}} -{{< tab "For users with good network to GitHub" >}} +{{< tab "For users with good network connections to GitHub" >}} -For users with good network to GitHub, you can download it from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following link directly. +Download KubeKey from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following command directly. ```bash wget https://github.com/kubesphere/kubekey/releases/download/v1.0.0/kubekey-v1.0.0-linux-amd64.tar.gz ``` + {{}} {{}} @@ -151,13 +155,17 @@ Grant the execution right to `kk`: chmod +x kk ``` -Then create an example configuration file with default configurations. Here we use Kubernetes v1.17.9 as an example. +Create an example configuration file with default configurations. Here Kubernetes v1.17.9 is used as an example. ```bash ./kk create config --with-kubesphere v3.0.0 --with-kubernetes v1.17.9 ``` -> Tip: These Kubernetes versions have been fully tested with KubeSphere: *v1.15.12*, *v1.16.13*, *v1.17.9* (default), *v1.18.6*. +{{< notice note >}} + +These Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default), and v1.18.6. + +{{}} ### Cluster Node Planning 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 44b48bfa7..ea56a60bd 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 @@ -54,24 +54,28 @@ The system requirements above and the instructions below are for the default min ## Step 2: Download KubeKey +Follow the step below to download KubeKey. + {{< tabs >}} -{{< tab "For users with poor network to GitHub" >}} +{{< tab "For users with poor network connections to GitHub" >}} -For users in China, you can download the installer using this link. +Download KubeKey using the following command: ```bash wget https://kubesphere.io/kubekey/releases/v1.0.0 ``` + {{}} -{{< tab "For users with good network to GitHub" >}} +{{< tab "For users with good network connections to GitHub" >}} -For users with good network to GitHub, you can download it from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following link directly. +Download KubeKey from [GitHub Release Page](https://github.com/kubesphere/kubekey/releases/tag/v1.0.0) or use the following command directly. ```bash wget https://github.com/kubesphere/kubekey/releases/download/v1.0.0/kubekey-v1.0.0-linux-amd64.tar.gz ``` + {{}} {{}}