mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
Update kubekey downloading desc
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
24262421ef
commit
3b9311f435
|
|
@ -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 >}}
|
||||
|
||||
{{< 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
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
{{< 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
|
||||
```
|
||||
|
||||
{{</ tab >}}
|
||||
|
||||
{{</ tabs >}}
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
{{< 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
|
||||
```
|
||||
|
||||
{{</ tab >}}
|
||||
|
||||
{{</ tabs >}}
|
||||
|
|
@ -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.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
### Cluster Node Planning
|
||||
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
{{< 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
|
||||
```
|
||||
|
||||
{{</ tab >}}
|
||||
|
||||
{{</ tabs >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue