mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update links
Signed-off-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com>
This commit is contained in:
parent
ec10a27f15
commit
3eb4b89c45
|
|
@ -62,7 +62,7 @@ If you adopt [All-in-one Installation](../../quick-start/all-in-one-on-linux/),
|
|||
|
||||
When you install KubeSphere on Kubernetes, you need to use [ks-installer](https://github.com/kubesphere/ks-installer/) by applying two YAML files as below.
|
||||
|
||||
1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it.
|
||||
1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/cluster-configuration.yaml) and edit it.
|
||||
|
||||
```bash
|
||||
vi cluster-configuration.yaml
|
||||
|
|
|
|||
|
|
@ -114,9 +114,9 @@ Replace `[node ip]` with your actual IP address.
|
|||
|
||||
## API Reference
|
||||
|
||||
The KubeSphere API swagger JSON file can be found in the repository https://github.com/kubesphere/kubesphere/tree/release-3.1/api.
|
||||
The KubeSphere API swagger JSON file can be found in the repository https://github.com/kubesphere/kubesphere/tree/master/api.
|
||||
|
||||
- KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/ks-openapi-spec/swagger.json) file. It contains all the APIs that are only applied to KubeSphere.
|
||||
- KubeSphere specified the CRD [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/openapi-spec/swagger.json) file. It contains all the generated CRDs API documentation. It is same as Kubernetes API objects.
|
||||
- KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/master/api/ks-openapi-spec/swagger.json) file. It contains all the APIs that are only applied to KubeSphere.
|
||||
- KubeSphere specified the CRD [swagger json](https://github.com/kubesphere/kubesphere/blob/master/api/openapi-spec/swagger.json) file. It contains all the generated CRDs API documentation. It is same as Kubernetes API objects.
|
||||
|
||||
You can explore the KubeSphere API document from [here](https://kubesphere.io/api/kubesphere) as well.
|
||||
|
|
|
|||
|
|
@ -116,10 +116,10 @@ $ curl -X GET -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ
|
|||
|
||||
## API 参考
|
||||
|
||||
KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesphere/tree/release-3.1/api 仓库中找到。
|
||||
KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesphere/tree/master/api 仓库中找到。
|
||||
|
||||
- KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。
|
||||
- KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。
|
||||
- kubernetes API 参考:https://kubernetes.io/docs/concepts/overview/kubernetes-api/
|
||||
- KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/master/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。
|
||||
- KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/master/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。
|
||||
- kubernetes API 参考:https://kubernetes.io/docs/concepts/overview/kubernetes-api/。
|
||||
|
||||
您也可以[点击这里](https://kubesphere.io/api/kubesphere)查看 KubeSphere API 文档。
|
||||
|
|
|
|||
Loading…
Reference in New Issue