mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Fix reference part title
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
e3e153cca9
commit
e49b9b8c0a
|
|
@ -18,7 +18,7 @@ Ubuntu 16.04 is used as an example in this tutorial.
|
|||
|
||||
## Prerequisites
|
||||
|
||||
You have set up your GlusterFS cluster and configured Heketi. For more information, see [Set up a GlusterFS Server](../../../api-reference/storage-system-installation/glusterfs-server/).
|
||||
You have set up your GlusterFS cluster and configured Heketi. For more information, see [Set up a GlusterFS Server](../../../reference/storage-system-installation/glusterfs-server/).
|
||||
|
||||
## Step 1: Configure the Client Machine
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Ubuntu 16.04 is used as an example in this tutorial.
|
|||
|
||||
## Prerequisites
|
||||
|
||||
You must have an NFS server ready providing external storage services. Make sure you have created and exported a directory on the NFS server which your permitted client machines can access. For more information, see [Set up an NFS Server](../../../api-reference/storage-system-installation/nfs-server/).
|
||||
You must have an NFS server ready providing external storage services. Make sure you have created and exported a directory on the NFS server which your permitted client machines can access. For more information, see [Set up an NFS Server](../../../reference/storage-system-installation/nfs-server/).
|
||||
|
||||
## Step 1: Configure the Client Machine
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ weight: 1500
|
|||
|
||||
## Separation of frontend and backend
|
||||
|
||||
KubeSphere separates [frontend](https://github.com/kubesphere/console) from [backend](https://github.com/kubesphere/kubesphere), and it itself is a cloud native application and provides open standard REST APIs for external systems to use. Please see [API documentation](../../api-reference/api-docs/) for details. The following figure is the system architecture. KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any Kubernetes distribution.
|
||||
KubeSphere separates [frontend](https://github.com/kubesphere/console) from [backend](https://github.com/kubesphere/kubesphere), and it itself is a cloud native application and provides open standard REST APIs for external systems to use. Please see [API documentation](../../reference/api-docs/) for details. The following figure is the system architecture. KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any Kubernetes distribution.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ weight: 17200
|
|||
|
||||
The KubeSphere API server validates and configures data for API objects. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact.
|
||||
|
||||

|
||||

|
||||
|
||||
## Use the KubeSphere API
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhanc
|
|||
|
||||
### Enhanced Features
|
||||
|
||||
- [API docs](../../api-reference/api-docs/) are available on the official website.
|
||||
- [API docs](../../reference/api-docs/) are available on the official website.
|
||||
- Block brute-force attacks.
|
||||
- Standardize the maximum length of resource names.
|
||||
- Upgrade the gateway of project (Ingress Controller) to the version of 0.24.1. Support Ingress grayscale release.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ weight: 3340
|
|||
|
||||
## 准备工作
|
||||
|
||||
您需要搭建 GlusterFS 集群并配置 Heketi。有关更多信息,请参见[搭建 GlusterFS 服务器](../../../api-reference/storage-system-installation/glusterfs-server/)。
|
||||
您需要搭建 GlusterFS 集群并配置 Heketi。有关更多信息,请参见[搭建 GlusterFS 服务器](../../../reference/storage-system-installation/glusterfs-server/)。
|
||||
|
||||
## 步骤 1:配置客户端机器
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ weight: 3330
|
|||
|
||||
## 准备工作
|
||||
|
||||
您必须准备好提供外部存储服务的 NFS 服务器。请确保已在客户端机器允许访问的 NFS 服务器上创建并导出目录。有关更多信息,请参见[搭建 NFS 服务器](../../../api-reference/storage-system-installation/nfs-server/)。
|
||||
您必须准备好提供外部存储服务的 NFS 服务器。请确保已在客户端机器允许访问的 NFS 服务器上创建并导出目录。有关更多信息,请参见[搭建 NFS 服务器](../../../reference/storage-system-installation/nfs-server/)。
|
||||
|
||||
## 步骤 1:配置客户端机器
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ weight: 1500
|
|||
|
||||
## 前后端分离
|
||||
|
||||
KubeSphere 将 [前端](https://github.com/kubesphere/console) 与 [后端](https://github.com/kubesphere/kubesphere) 分开,实现了面向云原生的设计,后端的各个功能组件可通过 REST API 对接外部系统。 可参考 [API文档](../../api-reference/api-docs/)。下图是系统架构图。 KubeSphere 无底层的基础设施依赖,可以运行在任何 Kubernetes、私有云、公有云、VM 或物理环境(BM)之上。 此外,它可以部署在任何 Kubernetes 发行版上。
|
||||
KubeSphere 将 [前端](https://github.com/kubesphere/console) 与 [后端](https://github.com/kubesphere/kubesphere) 分开,实现了面向云原生的设计,后端的各个功能组件可通过 REST API 对接外部系统。 可参考 [API文档](../../reference/api-docs/)。下图是系统架构图。 KubeSphere 无底层的基础设施依赖,可以运行在任何 Kubernetes、私有云、公有云、VM 或物理环境(BM)之上。 此外,它可以部署在任何 Kubernetes 发行版上。
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhanc
|
|||
|
||||
### Enhanced Features
|
||||
|
||||
- [API docs](../../api-reference/api-docs/) are available on the official website.
|
||||
- [API docs](../../reference/api-docs/) are available on the official website.
|
||||
- Block brute-force attacks.
|
||||
- Standardize the maximum length of resource names.
|
||||
- Upgrade the gateway of project (Ingress Controller) to the version of 0.24.1. Support Ingress grayscale release.
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ footer:
|
|||
- content: Tutorial
|
||||
link: '../../../docs/quick-start/create-workspace-and-project/'
|
||||
- content: API Documentation
|
||||
link: '../../../docs/api-reference/api-docs/'
|
||||
link: '../../../docs/reference/api-docs/'
|
||||
|
||||
- title: Community
|
||||
list:
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ footer:
|
|||
- content: 快速入门
|
||||
link: '/docs/quick-start/create-workspace-and-project/'
|
||||
- content: API 文档
|
||||
link: '/docs/api-reference/api-docs/'
|
||||
link: '/docs/reference/api-docs/'
|
||||
|
||||
- title: 开源社区
|
||||
list:
|
||||
|
|
|
|||
Loading…
Reference in New Issue