mirror of
https://github.com/kubesphere/website.git
synced 2025-12-31 02:12:47 +00:00
Add some installation notes
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
7b715d5f71
commit
2e1e4e7b84
|
|
@ -257,7 +257,9 @@ For example:
|
|||
|
||||
{{< notice note >}}
|
||||
|
||||
Make sure the Kubernetes version is the one you downloaded.
|
||||
- Make sure the Kubernetes version is the one you downloaded.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,10 @@ Create an example configuration file with default configurations. Here Kubernete
|
|||
|
||||
{{< notice note >}}
|
||||
|
||||
Kubernetes versions that have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default), and v1.18.6.
|
||||
- Kubernetes versions that have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default), and v1.18.6.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -159,9 +159,12 @@ Command:
|
|||
./kk create config [--with-kubernetes version] [--with-kubesphere version] [(-f | --file) path]
|
||||
```
|
||||
|
||||
{{< notice info >}}
|
||||
{{< notice note >}}
|
||||
|
||||
Supported Kubernetes versions: *v1.15.12*, *v1.16.13*, *v1.17.9* (default), *v1.18.6*.
|
||||
- Supported Kubernetes versions: *v1.15.12*, *v1.16.13*, *v1.17.9* (default), *v1.18.6*.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -256,11 +256,14 @@ Create a Kubernetes cluster with KubeSphere installed (e.g. `--with-kubesphere v
|
|||
|
||||
{{< notice note >}}
|
||||
|
||||
The following Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default) and v1.18.6.
|
||||
- The following Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default) and v1.18.6.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command above, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
A default file **config-sample.yaml** will be created. Modify it according to your environment.
|
||||
A default file `config-sample.yaml` will be created. Modify it according to your environment.
|
||||
|
||||
```bash
|
||||
vi config-sample.yaml
|
||||
|
|
|
|||
|
|
@ -353,11 +353,14 @@ Create a Kubernetes cluster with KubeSphere installed (e.g. `--with-kubesphere v
|
|||
|
||||
{{< notice note >}}
|
||||
|
||||
The following Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default) and v1.18.6.
|
||||
- The following Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default) and v1.18.6.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
A default file **config-sample.yaml** will be created. Modify it according to your environment.
|
||||
A default file `config-sample.yaml` will be created. Modify it according to your environment.
|
||||
|
||||
```bash
|
||||
vi config-sample.yaml
|
||||
|
|
|
|||
|
|
@ -151,7 +151,10 @@ chmod +x kk
|
|||
```
|
||||
{{< 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.
|
||||
- These Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default), and v1.18.6.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,10 @@ Create an example configuration file with default configurations. Here Kubernete
|
|||
|
||||
{{< 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.
|
||||
- These Kubernetes versions have been fully tested with KubeSphere: v1.15.12, v1.16.13, v1.17.9 (default), and v1.18.6.
|
||||
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed unless you install it using the `addons` field in the configuration file or add this flag again when you use `./kk create cluster` later.
|
||||
- If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@ To create a Kubernetes cluster with KubeSphere installed, refer to the following
|
|||
|
||||
- Supported Kubernetes versions: *v1.15.12*, *v1.16.13*, *v1.17.9* (default), *v1.18.6*.
|
||||
- For all-in-one installation, generally speaking, you do not need to change any configuration.
|
||||
- If you do not add the flag `--with-kubesphere` in the command in this step, KubeSphere will not be deployed. KubeKey will install Kubernetes only. If you add the flag `--with-kubesphere` without specifying a KubeSphere version, the latest version of KubeSphere will be installed.
|
||||
- KubeKey will install [OpenEBS](https://openebs.io/) to provision LocalPV for the development and testing environment by default, which is convenient for new users. For other storage classes, see [Persistent Storage Configurations](../../installing-on-linux/introduction/storage-configuration/).
|
||||
|
||||
{{</ notice >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue