mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
hotfix some cap, format and typo issues
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
4f4ed0f299
commit
dfe4ab85d9
|
|
@ -90,7 +90,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `openpitrix` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `openpitrix` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
openpitrix:
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `auditing` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `auditing` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
auditing:
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
3. In **Resource List**, click the three dots on the right of `ks-installer` and select **Edit YAML**.
|
||||
|
||||

|
||||
4. In this yaml file, navigate to `devops` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `devops` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
devops:
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `events` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `events` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
events:
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ By default, KubeKey will install Elasticsearch internally if Logging is enabled.
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
@ -89,7 +89,7 @@ By default, ks-installer will install Elasticsearch internally if Logging is ena
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
@ -120,7 +120,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `logging` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `logging` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
logging:
|
||||
|
|
@ -138,7 +138,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `network.networkpolicy` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `network.networkpolicy` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
network:
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
|
|||
|
||||
```bash
|
||||
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
|
||||
|
||||
kubectl apply -f cluster-configuration.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ A Custom Resource Definition (CRD) allows users to create a new type of resource
|
|||
3. In **Resource List**, click the three dots on the right of `ks-installer` and select **Edit YAML**.
|
||||

|
||||
|
||||
4. In this yaml file, navigate to `servicemesh` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
4. In this YAML file, navigate to `servicemesh` and change `false` to `true` for `enabled`. After you finish, click **Update** in the bottom-right corner to save the configuration.
|
||||
|
||||
```yaml
|
||||
servicemesh:
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ As you [install KubeSphere on Kubernetes](../../installing-on-kubernetes/introdu
|
|||
|
||||
```bash
|
||||
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
|
||||
|
||||
kubectl apply -f cluster-configuration.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ alicloud-disk-topology diskplugin.csi.alibabacloud.com Delete
|
|||
|
||||
### 最小化部署kubesphere
|
||||
|
||||
1.使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere,下载 yaml 文件:
|
||||
1.使用 [ks-installer](https://github.com/kubesphere/ks-installer) 在已有的 Kubernetes 集群上来部署 KubeSphere,下载 YAML 文件:
|
||||
|
||||
```
|
||||
wget https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@ spec:
|
|||
|
||||
如本文开头的前提条件所说,对于生产环境,我们建议您准备持久性存储,可参考以下说明进行配置。若搭建开发和测试环境,您可以跳过这小节,直接使用默认集成的 OpenEBS 的 LocalPV 存储。
|
||||
|
||||
继续编辑上述`config-sample.yaml`文件,找到`[addons]`字段,这里支持定义任何持久化存储的插件或客户端,如 NFS Client、Ceph、GlusterFS、CSI,根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 yaml 文件进行设置。
|
||||
继续编辑上述`config-sample.yaml`文件,找到`[addons]`字段,这里支持定义任何持久化存储的插件或客户端,如 NFS Client、Ceph、GlusterFS、CSI,根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 YAML 文件进行设置。
|
||||
|
||||
#### 执行创建集群
|
||||
|
||||
|
|
|
|||
|
|
@ -218,7 +218,7 @@ metadata:
|
|||
|
||||
{{< notice note >}}
|
||||
- 继续编辑上述 `config-sample.yaml` 文件,找到 `[addons]` 字段,这里支持定义任何持久化存储的插件或客户端,如 CSI (
|
||||
alibaba-cloud-csi-driver)、NFS Client、Ceph、GlusterFS,您可以根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 yaml 文件进行设置。
|
||||
alibaba-cloud-csi-driver)、NFS Client、Ceph、GlusterFS,您可以根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 YAML 文件进行设置。
|
||||
- 只需要将 CSI 存储插件安装时需要 apply 的所有 yaml 文件在 `[addons]` 中列出即可,注意预先参考 [Alibaba Cloud Kubernetes CSI Plugin](https://github.com/kubernetes-sigs/alibaba-cloud-csi-driver#alibaba-cloud-kubernetes-csi-plugin),选择您需要的存储类型的 CSI 插件,如 Cloud Disk CSI Plugin、NAS CSI Plugin、NAS CSI Plugin、OSS CSI Plugin,然后在 CSI 的相关 yaml 中配置对接阿里云的相关信息。
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ spec:
|
|||
如本文开头的前提条件所说,对于生产环境,我们建议您准备持久性存储,可参考以下说明进行配置。若搭建开发和测试,您可以直接使用默认集成的 OpenEBS 准备 LocalPV,则可以跳过这小节。
|
||||
|
||||
{{< notice note >}}
|
||||
如果您有已有存储服务端,例如华为云可使用 [弹性文件存储(SFS)](https://support.huaweicloud.com/productdesc-sfs/zh-cn_topic_0034428718.html) 来作为存储服务。继续编辑上述 `config-sample.yaml` 文件,找到 `[addons]` 字段,这里支持定义任何持久化存储的插件或客户端,如 CSI、NFS Client、Ceph、GlusterFS,您可以根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 yaml 文件进行设置。
|
||||
如果您有已有存储服务端,例如华为云可使用 [弹性文件存储(SFS)](https://support.huaweicloud.com/productdesc-sfs/zh-cn_topic_0034428718.html) 来作为存储服务。继续编辑上述 `config-sample.yaml` 文件,找到 `[addons]` 字段,这里支持定义任何持久化存储的插件或客户端,如 CSI、NFS Client、Ceph、GlusterFS,您可以根据您自己的持久化存储服务类型,并参考 [持久化存储服务](../../../installing-on-linux/persistent-storage-configurations/understand-persistent-storage/) 中对应的示例 YAML 文件进行设置。
|
||||
{{</ notice >}}
|
||||
|
||||
### 执行命令创建集群
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
@ -89,7 +89,7 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
@ -138,7 +138,7 @@ KubeSphere 为日志收集、查询和管理提供了一个强大的、全面的
|
|||
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
|
||||
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
|
||||
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log
|
||||
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
|
||||
externalElasticsearchUrl: # The URL of external Elasticsearch.
|
||||
externalElasticsearchPort: # The port of external Elasticsearch.
|
||||
```
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ weight: 6920
|
|||
|
||||
```bash
|
||||
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
|
||||
|
||||
kubectl apply -f cluster-configuration.yaml
|
||||
```
|
||||
|
||||
|
|
@ -102,4 +103,3 @@ weight: 6920
|
|||
在**集群管理**页面,您可以在**网络管理**下看到**容器组 IP 池**。
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ weight: 6915
|
|||
|
||||
```bash
|
||||
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
|
||||
|
||||
kubectl apply -f cluster-configuration.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue