mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Fixed some links
Signed-off-by: adakisme <serenashe@yunify.com>
This commit is contained in:
parent
e6eb3b857c
commit
e452a458d5
|
|
@ -33,7 +33,7 @@ You must create a load balancer in your environment to listen (also known as lis
|
|||
|
||||
- You may need to open ports in your security group to ensure external traffic is not blocked depending on where your cluster is deployed. For more information, see [Port Requirements](../../../installing-on-linux/introduction/port-firewall/).
|
||||
- You can configure both internal and external load balancers on some cloud platforms. After assigning a public IP address to the external load balancer, you can use the IP address to access the cluster.
|
||||
- For more information about how to configure load balancers, see “Installing on Public Cloud” to see specific steps on major public cloud platforms.
|
||||
- For more information about how to configure load balancers, see [Installing on Public Cloud](../../../installing-on-linux/public-cloud/install-kubesphere-on-azure-vms/) to see specific steps on major public cloud platforms.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ After you complete the configuration, you can execute the following command to s
|
|||
|
||||
### Verify installation
|
||||
|
||||
1. Run the following command to Inspect the logs of installation.
|
||||
1. Run the following command to inspect the logs of installation.
|
||||
|
||||
```bash
|
||||
kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ Here is a list of available installation options.
|
|||
- [High availability installation](../../../installing-on-linux/high-availability-configurations/ha-configuration/): Install a highly-available KubeSphere cluster with multiple nodes which is used for the production environment.
|
||||
- Minimal Packages: Only install the minimum required system components of KubeSphere. Here is the minimum resource requirement:
|
||||
- 2 CPUs
|
||||
- 4GB RAM
|
||||
- 40GB Storage
|
||||
- 4 GB RAM
|
||||
- 40 GB Storage
|
||||
- [Full Packages](../../../pluggable-components/): Install all available system components of KubeSphere such as DevOps, service mesh, and alerting.
|
||||
|
||||
{{< notice note >}}
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ On the back of Istio, KubeSphere features multiple grayscale strategies. All the
|
|||
- **Comprehensive**. KubeSphere provides users with a well-diversified portfolio of solutions to traffic management, including canary release, blue-green deployment, traffic mirroring and circuit breaking.
|
||||
- **Visualized**. With a highly interactive web console, KubeSphere allows users to view how microservices interconnect with each other in a straightforward way. This helps users to monitor apps, locate failures, and improve performance.
|
||||
|
||||
KubeSphere aims to make service-to-service calls within the microservices architecture reliable and fast. For more information, see Project Administration and Usage.
|
||||
KubeSphere aims to make service-to-service calls within the microservices architecture reliable and fast. For more information, see [Project User Guide](../../project-user-guide/).
|
||||
|
||||
### Vibrant open source community
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ For more information about each component, see [Overview of Enable Pluggable Com
|
|||
|
||||
## Enable Pluggable Components before Installation
|
||||
|
||||
### **Installing on Linux**
|
||||
### Installing on Linux
|
||||
|
||||
When you implement multi-node installation of KubeSphere on Linux, you need to create a configuration file, which lists all KubeSphere components.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue