mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
minor typo fix
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
c24ab8838d
commit
20770f3343
|
|
@ -9,7 +9,7 @@ weight: 4120
|
|||
You can install KubeSphere on virtual machines and bare metal with Kubernetes also provisioned. In addition, KubeSphere can also be deployed on cloud-hosted and on-premises Kubernetes clusters as long as your Kubernetes cluster meets the prerequisites below.
|
||||
|
||||
- Kubernetes version: 1.15.x, 1.16.x, 1.17.x, 1.18.x.
|
||||
- Avaiable CPU > 1 Core and Memory > 2 G.
|
||||
- Available CPU > 1 Core and Memory > 2 G.
|
||||
- A **default** StorageClass in your Kubernetes cluster is configured; use `kubectl get sc` to verify it.
|
||||
- The CSR signing feature is activated in kube-apiserver when it is started with the `--cluster-signing-cert-file` and `--cluster-signing-key-file` parameters. See [RKE installation issue](https://github.com/kubesphere/kubesphere/issues/1925#issuecomment-591698309).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue