Minimal KubeSphere on Kubernetes
- To install KubeSphere 3.2.0 on Kubernetes, your Kubernetes version must be v1.19.x, v1.20.x, v1.21.x or v1.22.x (experimental).
- Make sure your machine meets the minimal hardware requirement: CPU > 1 Core, Memory > 2 GB.
- A default Storage Class in your Kubernetes cluster needs to be configured before the installation.
Note
- The CSR signing feature is activated in when it is started with the
--cluster-signing-cert-file
and parameters. See RKE installation issue.
After you make sure your machine meets the conditions, perform the following steps to install KubeSphere.
After KubeSphere is successfully installed, you can run the following command to view the installation logs:
Use
kubectl get pod --all-namespaces
to see whether all Pods are running normally in relevant namespaces of KubeSphere. If they are, check the port ( by default) of the console by running the following command:
This guide is used only for the minimal installation by default. For more information about how to enable other components in KubeSphere, see .