From d99c882fd70f69a3e7b00b1203f87a62ea24074f Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Sat, 28 Nov 2020 20:37:10 +0800 Subject: [PATCH] Clean and update cluster admin including re-org index, _index content in English and Chinese. Signed-off-by: Ray Zhou --- .../en/docs/cluster-administration/_index.md | 18 +++++++++++------- .../application-resources-monitoring.md | 2 +- .../cluster-settings/_index.md | 2 +- .../cluster-visibility-and-authorization.md | 2 +- .../cluster-settings/log-collections/_index.md | 2 +- .../log-collections/add-es-as-receiver.md | 2 +- .../log-collections/add-fluentd-as-receiver.md | 2 +- .../log-collections/add-kafka-as-receiver.md | 2 +- .../log-collections/introduction.md | 2 +- .../cluster-settings/mail-server.md | 2 +- .../cluster-status-monitoring.md | 2 +- .../_index.md | 2 +- .../alerting-message.md | 2 +- .../alerting-policy.md | 2 +- .../alertmanager.md | 2 +- .../notification-manager.md | 2 +- .../en/docs/cluster-administration/nodes.md | 2 +- .../persistent-volume-and-storage-class.md | 2 +- .../platform-settings.md | 10 ++++++++++ .../customize-basic-information.md | 10 ---------- ...shut-down-and-restart-cluster-gracefully.md | 2 +- .../zh/docs/cluster-administration/_index.md | 14 +++++++++----- .../application-resources-monitoring.md | 2 +- .../cluster-settings/_index.md | 2 +- .../cluster-visibility-and-authorization.md | 2 +- .../cluster-settings/log-collections/_index.md | 2 +- .../log-collections/add-es-as-receiver.md | 2 +- .../log-collections/add-fluentd-as-receiver.md | 2 +- .../log-collections/add-kafka-as-receiver.md | 2 +- .../log-collections/introduction.md | 2 +- .../cluster-settings/mail-server.md | 2 +- .../cluster-status-monitoring.md | 2 +- .../_index.md | 2 +- .../alerting-message.md | 2 +- .../alerting-policy.md | 2 +- .../alertmanager.md | 2 +- .../notification-manager.md | 2 +- .../zh/docs/cluster-administration/nodes.md | 2 +- .../persistent-volume-and-storage-class.md | 2 +- .../platform-settings.md | 10 ++++++++++ .../platform-settings/_index.md | 7 ------- .../role-member-management.md | 10 ---------- ...shut-down-and-restart-cluster-gracefully.md | 6 +++--- .../cluster-administration/storageclass.md | 8 -------- 44 files changed, 78 insertions(+), 85 deletions(-) create mode 100644 content/en/docs/cluster-administration/platform-settings.md delete mode 100644 content/en/docs/cluster-administration/platform-settings/customize-basic-information.md create mode 100644 content/zh/docs/cluster-administration/platform-settings.md delete mode 100644 content/zh/docs/cluster-administration/platform-settings/_index.md delete mode 100644 content/zh/docs/cluster-administration/platform-settings/role-member-management.md delete mode 100644 content/zh/docs/cluster-administration/storageclass.md diff --git a/content/en/docs/cluster-administration/_index.md b/content/en/docs/cluster-administration/_index.md index 90bbb639e..791fec9a8 100644 --- a/content/en/docs/cluster-administration/_index.md +++ b/content/en/docs/cluster-administration/_index.md @@ -11,7 +11,7 @@ icon: "/images/docs/docs.svg" --- -In KubeSphere, you set a cluster's configuration and configure its features using the interactive web console or the built-in native command-line tool kubectl. As a cluster administrator, you are responsible for a series of tasks, including cordoning and adding labels to nodes, controlling cluster visibility, monitoring cluster status, setting cluster-wide alerting and notification rules, as well as configuring storage and log collection solutions. +In KubeSphere, you set a cluster's configurations and configure its features using the interactive web console or the built-in native command-line tool kubectl. As a cluster administrator, you are responsible for a series of tasks, including cordoning and adding labels to nodes, controlling cluster visibility, monitoring cluster status, setting cluster-wide alerting and notification rules, as well as configuring storage and log collection solutions. {{< notice note >}} @@ -21,11 +21,11 @@ Multi-cluster management is not covered in this chapter. For more information ab ## [Persistent Volume and Storage Class](../cluster-administration/persistent-volume-and-storage-class/) -Learn basic concepts of PVs, PVCs and storage classes, and demonstrates how to manage storage classes and PVCs in KubeSphere. +Learn basic concepts of PVs, PVCs and storage classes, and demonstrate how to manage storage classes and PVCs in KubeSphere. ## [Node Management](../cluster-administration/nodes/) -Monitor node status and learn how to add node label or taints. +Monitor node status and learn how to add node labels or taints. ## [Cluster Status Monitoring](../cluster-administration/cluster-status-monitoring/) @@ -51,10 +51,14 @@ Learn how to set alerting policies for nodes. ### [Alerting Message (Node Level)](../cluster-administration/cluster-wide-alerting-and-notification/alerting-message/) -Learn how to view alerting policies for nodes. +Learn how to view alerting policies and deal with alerting messages for nodes. ## Cluster Settings +### [Cluster Visibility and Authorization](../cluster-administration/cluster-settings/cluster-visibility-and-authorization/) + +Learn how to set up cluster visibility and authorization. + ### Log Collections #### [Introduction](../cluster-administration/cluster-settings/log-collections/introduction/) @@ -77,10 +81,10 @@ Learn how to add Fluentd to receive logs, events or auditing logs. Customize your email address settings to receive notifications of any alert. -## [Customizing Platform Information](../cluster-administration/platform-settings/customize-basic-information/) +## [Platform Settings](../cluster-administration/platform-settings/) Customize platform settings such as logo, title etc. -## [Cluster Shutdown and Restart](../cluster-administration/shuting-down-and-restart-cluster-cracefully/) +## [Cluster Shutdown and Restart](../cluster-administration/shut-down-and-restart-cluster-gracefully/) -Learn how to gracefully shutting down your cluster and how to restart it. +Learn how to gracefully shut down your cluster and how to restart it. diff --git a/content/en/docs/cluster-administration/application-resources-monitoring.md b/content/en/docs/cluster-administration/application-resources-monitoring.md index 1ec81d58c..5ccda04a8 100644 --- a/content/en/docs/cluster-administration/application-resources-monitoring.md +++ b/content/en/docs/cluster-administration/application-resources-monitoring.md @@ -4,7 +4,7 @@ keywords: "Kubernetes, KubeSphere, resources, monitoring" description: "Monitor application resources in KubeSphere" linkTitle: "Application Resources Monitoring" -weight: 400 +weight: 9400 --- In addition to monitoring data at the physical resource level, cluster administrators also need to keep a close track of application resources across the platform, such as the number of projects and DevOps projects, as well as the number of workloads and services of a specific type. Application resource monitoring provides a summary of resource usage and application-level trends of the platform. diff --git a/content/en/docs/cluster-administration/cluster-settings/_index.md b/content/en/docs/cluster-administration/cluster-settings/_index.md index 89e5f2112..e1745c7f9 100644 --- a/content/en/docs/cluster-administration/cluster-settings/_index.md +++ b/content/en/docs/cluster-administration/cluster-settings/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Cluster Settings" -weight: 4180 +weight: 9600 _build: render: false diff --git a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md index abb194b58..c7628929b 100644 --- a/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md +++ b/content/en/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md @@ -4,7 +4,7 @@ keywords: "Cluster Visibility, Cluster Management" description: "Cluster Visibility" linkTitle: "Cluster Visibility and Authorization" -weight: 200 +weight: 9610 --- ## Objective diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/_index.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/_index.md index d445368ee..e159b26d3 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/_index.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Log collection" -weight: 2000 +weight: 9620 _build: render: false diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md index 0656bede9..93d6850af 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, elasticsearch, pod, container, fluentbit, output' description: 'Add Elasticsearch as log receiver to receive container logs' linkTitle: "Add Elasticsearch as Receiver" -weight: 2200 +weight: 9622 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate how to add an Elasticsearch receiver. diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md index b41f09274..844725e89 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, fluentd, pod, container, fluentbit, output' description: 'KubeSphere Installation Overview' linkTitle: "Add Fluentd as Receiver" -weight: 2400 +weight: 9624 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate: diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md index 4da8a863b..b646e28ed 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, kafka, pod, container, fluentbit, output' description: 'KubeSphere Installation Overview' linkTitle: "Add Kafka as Receiver" -weight: 2300 +weight: 9623 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate: diff --git a/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md b/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md index 2e5bd7c5a..3e17d3282 100644 --- a/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md +++ b/content/en/docs/cluster-administration/cluster-settings/log-collections/introduction.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, elasticsearch, kafka, fluentd, pod, container, fluen description: 'Add log receivers to receive container logs' linkTitle: "Introduction" -weight: 2100 +weight: 9621 --- KubeSphere provides a flexible log collection configuration method. Powered by [FluentBit Operator](https://github.com/kubesphere/fluentbit-operator/), users can add/modify/delete/enable/disable Elasticsearch, Kafka and Fluentd receivers with ease. Once a receiver is added, logs will be sent to this receiver. diff --git a/content/en/docs/cluster-administration/cluster-settings/mail-server.md b/content/en/docs/cluster-administration/cluster-settings/mail-server.md index e90978145..8a5c45c0d 100644 --- a/content/en/docs/cluster-administration/cluster-settings/mail-server.md +++ b/content/en/docs/cluster-administration/cluster-settings/mail-server.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Notification, Mail Server' description: 'Mail Server' linkTitle: "Mail Server" -weight: 4190 +weight: 9630 --- ## Objective diff --git a/content/en/docs/cluster-administration/cluster-status-monitoring.md b/content/en/docs/cluster-administration/cluster-status-monitoring.md index 534403cc5..196498eb4 100644 --- a/content/en/docs/cluster-administration/cluster-status-monitoring.md +++ b/content/en/docs/cluster-administration/cluster-status-monitoring.md @@ -4,7 +4,7 @@ keywords: "Kubernetes, KubeSphere, status, monitoring" description: "Monitor cluster resources in KubeSphere" linkTitle: "Cluster Status Monitoring" -weight: 300 +weight: 9300 --- KubeSphere provides monitoring of related metrics such as CPU, memory, network, and disk of the cluster. You can also review historical monitoring data and sort nodes by different indicators based on their usage in **Cluster Status Monitoring**. diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md index 08017b344..a9eb1ffdf 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Cluster-wide Alerting and Notification" -weight: 2000 +weight: 9500 _build: render: false diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md index 32743df80..dece20a93 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Node, Alerting, Message, Notification' description: 'How to view alerting messages at the node level.' linkTitle: "Alerting Message (Node Level)" -weight: 4170 +weight: 9540 --- Alert messages record detailed information of alerts triggered based on alert rules, including monitoring targets, alert policies, recent notifications and comments. diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md index 87be272ef..f4dcc1bcd 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Node, Alerting, Policy, Notification' description: 'How to set alerting policies at the node level.' linkTitle: "Alerting Policy (Node Level)" -weight: 4160 +weight: 9530 --- ## Objective diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md index 7aee3210d..7b695dce6 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, prometheus, alertmanager, alerting' description: 'Manage alerts with Alertmanager in KubeSphere' linkTitle: "Alertmanager in KubeSphere" -weight: 2010 +weight: 9510 --- Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. For more details, please refer to [Alertmanager guide](https://prometheus.io/docs/alerting/latest/alertmanager/). diff --git a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md index 8e3f2ad93..91be3fb22 100644 --- a/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md +++ b/content/en/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md @@ -4,7 +4,7 @@ keywords: "kubernetes, KubeSphere, notification manager, email, wechat, slack" description: "K8s native notification management with multi-tenancy support" linkTitle: "Notification Manager" -weight: 2020 +weight: 9520 --- [Notification Manager](https://github.com/kubesphere/notification-manager) manages notifications in KubeSphere. It receives alerts or notifications from different senders and then sends notifications to different users. diff --git a/content/en/docs/cluster-administration/nodes.md b/content/en/docs/cluster-administration/nodes.md index c48f021b2..720652763 100644 --- a/content/en/docs/cluster-administration/nodes.md +++ b/content/en/docs/cluster-administration/nodes.md @@ -4,7 +4,7 @@ keywords: "Kubernetes, KubeSphere, taints, nodes, labels, requests, limits" description: "Kubernetes Node Management" linkTitle: "Node Management" -weight: 200 +weight: 9200 --- Kubernetes runs your workloads by placing containers into Pods to run on nodes. A node may be a virtual or physical machine, depending on the cluster. Each node contains the services necessary to run Pods, managed by the control plane. For more information about nodes, see the [official documentation of Kubernetes](https://kubernetes.io/docs/concepts/architecture/nodes/). diff --git a/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md b/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md index 49b8c0f04..14986bb95 100644 --- a/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md +++ b/content/en/docs/cluster-administration/persistent-volume-and-storage-class.md @@ -4,7 +4,7 @@ keywords: "storage, volume, pv, pvc, storage class, csi, Ceph RBD, Glusterfs, Qi description: "Persistent Volume and Storage Class Management" linkTitle: "Persistent Volume and Storage Class" -weight: 100 +weight: 9100 --- This tutorial describes the basic concepts of PVs, PVCs and storage classes and demonstrates how a cluster administrator can manage storage classes and persistent volumes in KubeSphere. diff --git a/content/en/docs/cluster-administration/platform-settings.md b/content/en/docs/cluster-administration/platform-settings.md new file mode 100644 index 000000000..3ffb8ec06 --- /dev/null +++ b/content/en/docs/cluster-administration/platform-settings.md @@ -0,0 +1,10 @@ +--- +title: "Platform Settings" +keywords: 'KubeSphere, Kubernetes, customize, platform' +description: 'How to Customize KubeSphere Platform Information.' + +linkTitle: "Platform Settings" +weight: 9700 +--- + +TBD \ No newline at end of file diff --git a/content/en/docs/cluster-administration/platform-settings/customize-basic-information.md b/content/en/docs/cluster-administration/platform-settings/customize-basic-information.md deleted file mode 100644 index 9cc7f5315..000000000 --- a/content/en/docs/cluster-administration/platform-settings/customize-basic-information.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Customizing Platform Information" -keywords: 'KubeSphere, Kubernetes, customize, platform' -description: 'How to Customizing KubeSphere Platform Information.' - -linkTitle: "Customizing Platform Information" -weight: 4270 ---- - -TBD \ No newline at end of file diff --git a/content/en/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md b/content/en/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md index e89fda3ad..52b2fd878 100644 --- a/content/en/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md +++ b/content/en/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md @@ -4,7 +4,7 @@ description: "Demonstrate how to shut down and restart Kubernetes clusters grace layout: "single" linkTitle: "Cluster Shutdown and Restart" -weight: 5000 +weight: 9800 icon: "/images/docs/docs.svg" --- diff --git a/content/zh/docs/cluster-administration/_index.md b/content/zh/docs/cluster-administration/_index.md index 24afd1a31..9ba4af3a0 100644 --- a/content/zh/docs/cluster-administration/_index.md +++ b/content/zh/docs/cluster-administration/_index.md @@ -11,7 +11,7 @@ icon: "/images/docs/docs.svg" --- -在 KubeSphere 中,您可以使用交互式 Web 控制台或内置的本地命令行工具 `kubectl` 设置集群并配置其功能。作为集群管理员,您将负责一系列任务,包括在节点上管理调度并添加标签,控制集群可见性,​​监控集群状态,设置集群的告警范围和通知规则,以及配置存储和日志收集的方案等。 +在 KubeSphere 中,您可以使用交互式 Web 控制台或内置的本地命令行工具`kubectl`设置集群并配置其功能。作为集群管理员,您将负责一系列任务,包括在节点上管理调度并添加标签,控制集群可见性,​​监控集群状态,设置集群的告警范围和通知规则,以及配置存储和日志收集的方案等。 {{< notice note >}} @@ -37,9 +37,9 @@ icon: "/images/docs/docs.svg" ## 群集范围的告警和通知 -### [kubeSphere中的Alertmanager](../cluster-administration/cluster-wide-alerting-and-notification/alertmanager/) +### [kubeSphere 中的 Alertmanager](../cluster-administration/cluster-wide-alerting-and-notification/alertmanager/) -了解如何在 KubeSphere 中使用 Alertmanager 管理警报。 +了解如何在 KubeSphere 中使用 Alertmanager 管理告警。 ### [通知管理器](../cluster-administration/cluster-wide-alerting-and-notification/notification-manager/) @@ -55,6 +55,10 @@ icon: "/images/docs/docs.svg" ## 集群设置 +### [集群可见性与权限](../cluster-administration/cluster-settings/cluster-visibility-and-authorization/) + +了解如何设置集群的可见性以及授权。 + ### 日志收集 #### [介绍](../cluster-administration/cluster-settings/log-collections/introduction/) @@ -77,10 +81,10 @@ icon: "/images/docs/docs.svg" 自定义您的电子邮件地址设置,以接收任何告警的通知。 -## [自定义平台信息](../cluster-administration/platform-settings/customize-basic-information/) +## [自定义平台信息](../cluster-administration/platform-settings/) 自定义平台设置,如 Logo、标题等。 -## [关闭和重启集群](../cluster-administration/shuting-down-and-restart-cluster-cracefully/) +## [关闭和重启集群](../cluster-administration/shut-down-and-restart-cluster-gracefully/) 了解如何优雅地关闭集群以及如何重新启动它。 diff --git a/content/zh/docs/cluster-administration/application-resources-monitoring.md b/content/zh/docs/cluster-administration/application-resources-monitoring.md index fb95b0bc0..79ff9df75 100644 --- a/content/zh/docs/cluster-administration/application-resources-monitoring.md +++ b/content/zh/docs/cluster-administration/application-resources-monitoring.md @@ -3,7 +3,7 @@ title: "应用资源监控" keywords: "Kubernetes, KubeSphere, resources, monitoring" description: "Monitor application resources in KubeSphere" linkTitle: "应用资源监控" -weight: 400 +weight: 9400 --- diff --git a/content/zh/docs/cluster-administration/cluster-settings/_index.md b/content/zh/docs/cluster-administration/cluster-settings/_index.md index 89e5f2112..e1745c7f9 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/_index.md +++ b/content/zh/docs/cluster-administration/cluster-settings/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Cluster Settings" -weight: 4180 +weight: 9600 _build: render: false diff --git a/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md b/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md index abb194b58..c7628929b 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md +++ b/content/zh/docs/cluster-administration/cluster-settings/cluster-visibility-and-authorization.md @@ -4,7 +4,7 @@ keywords: "Cluster Visibility, Cluster Management" description: "Cluster Visibility" linkTitle: "Cluster Visibility and Authorization" -weight: 200 +weight: 9610 --- ## Objective diff --git a/content/zh/docs/cluster-administration/cluster-settings/log-collections/_index.md b/content/zh/docs/cluster-administration/cluster-settings/log-collections/_index.md index d445368ee..e159b26d3 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/log-collections/_index.md +++ b/content/zh/docs/cluster-administration/cluster-settings/log-collections/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Log collection" -weight: 2000 +weight: 9620 _build: render: false diff --git a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md index 08cbc6fb2..18f1a0162 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md +++ b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-es-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, elasticsearch, pod, container, fluentbit, output' description: 'Add Elasticsearch as log receiver to receive container logs' linkTitle: "Add Elasticsearch as Receiver" -weight: 2200 +weight: 9622 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate how to add an Elasticsearch receiver. diff --git a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md index 278fbe438..76728816a 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md +++ b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-fluentd-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, fluentd, pod, container, fluentbit, output' description: 'KubeSphere Installation Overview' linkTitle: "Add Fluentd as Receiver" -weight: 2400 +weight: 9624 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate: diff --git a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md index d2aa50fae..7584ac29a 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md +++ b/content/zh/docs/cluster-administration/cluster-settings/log-collections/add-kafka-as-receiver.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, kafka, pod, container, fluentbit, output' description: 'KubeSphere Installation Overview' linkTitle: "Add Kafka as Receiver" -weight: 2300 +weight: 9623 --- KubeSphere supports using Elasticsearch, Kafka and Fluentd as log receivers. This doc will demonstrate: diff --git a/content/zh/docs/cluster-administration/cluster-settings/log-collections/introduction.md b/content/zh/docs/cluster-administration/cluster-settings/log-collections/introduction.md index 9bfc3b5b9..8c19a5c4a 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/log-collections/introduction.md +++ b/content/zh/docs/cluster-administration/cluster-settings/log-collections/introduction.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, log, elasticsearch, kafka, fluentd, pod, container, fluen description: 'Add log receivers to receive container logs' linkTitle: "Introduction" -weight: 2100 +weight: 9621 --- KubeSphere provides a flexible log collection configuration method. Powered by [FluentBit Operator](https://github.com/kubesphere/fluentbit-operator/), users can add/modify/delete/enable/disable Elasticsearch, Kafka and Fluentd receivers with ease. Once a receiver is added, logs will be sent to this receiver. diff --git a/content/zh/docs/cluster-administration/cluster-settings/mail-server.md b/content/zh/docs/cluster-administration/cluster-settings/mail-server.md index 32fe01884..fa7331c1a 100644 --- a/content/zh/docs/cluster-administration/cluster-settings/mail-server.md +++ b/content/zh/docs/cluster-administration/cluster-settings/mail-server.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Notification, Mail Server' description: '邮件服务器' linkTitle: "邮件服务器" -weight: 4190 +weight: 9630 --- ## 目标 diff --git a/content/zh/docs/cluster-administration/cluster-status-monitoring.md b/content/zh/docs/cluster-administration/cluster-status-monitoring.md index 8168b7ed9..416c1e883 100644 --- a/content/zh/docs/cluster-administration/cluster-status-monitoring.md +++ b/content/zh/docs/cluster-administration/cluster-status-monitoring.md @@ -4,7 +4,7 @@ keywords: "Kubernetes, KubeSphere, status, monitoring" description: "kubeSphere的集群资源监控" linkTitle: "集群状态监控" -weight: 300 +weight: 9300 --- KubeSphere 提供了对集群的 CPU、内存、网络和磁盘等相关指标的监控。在**集群状态监控**页面中,您还可以查看历史监控数据并根据节点的使用情况按不同的指标对节点进行排序。 diff --git a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md index 08017b344..a9eb1ffdf 100644 --- a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md +++ b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "Cluster-wide Alerting and Notification" -weight: 2000 +weight: 9500 _build: render: false diff --git a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md index bdc7ae8fa..f774ec76f 100644 --- a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md +++ b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-message.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Node, Alerting, Message, Notification' description: '如何在节点级别查看告警信息。' linkTitle: "告警消息(节点级别)" -weight: 4170 +weight: 9540 --- 告警信息记录根据警报规则触发的告警的详细信息,包括监控目标,告警策略,最近的通知和注释。 diff --git a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md index a0735b550..7c483ed2d 100644 --- a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md +++ b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alerting-policy.md @@ -4,7 +4,7 @@ keywords: 'KubeSphere, Kubernetes, Node, Alerting, Policy, Notification' description: '如何在节点级设置告警策略。' linkTitle: "告警策略(节点级别)" -weight: 4160 +weight: 9530 --- ## 目标 diff --git a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md index 7aee3210d..7b695dce6 100644 --- a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md +++ b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/alertmanager.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, prometheus, alertmanager, alerting' description: 'Manage alerts with Alertmanager in KubeSphere' linkTitle: "Alertmanager in KubeSphere" -weight: 2010 +weight: 9510 --- Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. For more details, please refer to [Alertmanager guide](https://prometheus.io/docs/alerting/latest/alertmanager/). diff --git a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md index 8e3f2ad93..91be3fb22 100644 --- a/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md +++ b/content/zh/docs/cluster-administration/cluster-wide-alerting-and-notification/notification-manager.md @@ -4,7 +4,7 @@ keywords: "kubernetes, KubeSphere, notification manager, email, wechat, slack" description: "K8s native notification management with multi-tenancy support" linkTitle: "Notification Manager" -weight: 2020 +weight: 9520 --- [Notification Manager](https://github.com/kubesphere/notification-manager) manages notifications in KubeSphere. It receives alerts or notifications from different senders and then sends notifications to different users. diff --git a/content/zh/docs/cluster-administration/nodes.md b/content/zh/docs/cluster-administration/nodes.md index 17b93074b..cf5f54877 100644 --- a/content/zh/docs/cluster-administration/nodes.md +++ b/content/zh/docs/cluster-administration/nodes.md @@ -4,7 +4,7 @@ keywords: "Kubernetes, KubeSphere, taints, nodes, labels, requests, limits" description: "Kubernetes 节点管理" linkTitle: "节点管理" -weight: 200 +weight: 9200 --- Kubernetes通过将容器放入容器组中并在节点上运行来运行工作负载。节点可以是虚拟机,也可以是物理机,这取决于集群环境。每个节点都包含运行容器组所需的服务,这些服务由控制平面管理。有关节点的更多信息,请参见[Kubernetes的官方文档](https://kubernetes.io/docs/concepts/architecture/nodes/)。 diff --git a/content/zh/docs/cluster-administration/persistent-volume-and-storage-class.md b/content/zh/docs/cluster-administration/persistent-volume-and-storage-class.md index 49b8c0f04..14986bb95 100644 --- a/content/zh/docs/cluster-administration/persistent-volume-and-storage-class.md +++ b/content/zh/docs/cluster-administration/persistent-volume-and-storage-class.md @@ -4,7 +4,7 @@ keywords: "storage, volume, pv, pvc, storage class, csi, Ceph RBD, Glusterfs, Qi description: "Persistent Volume and Storage Class Management" linkTitle: "Persistent Volume and Storage Class" -weight: 100 +weight: 9100 --- This tutorial describes the basic concepts of PVs, PVCs and storage classes and demonstrates how a cluster administrator can manage storage classes and persistent volumes in KubeSphere. diff --git a/content/zh/docs/cluster-administration/platform-settings.md b/content/zh/docs/cluster-administration/platform-settings.md new file mode 100644 index 000000000..3ffb8ec06 --- /dev/null +++ b/content/zh/docs/cluster-administration/platform-settings.md @@ -0,0 +1,10 @@ +--- +title: "Platform Settings" +keywords: 'KubeSphere, Kubernetes, customize, platform' +description: 'How to Customize KubeSphere Platform Information.' + +linkTitle: "Platform Settings" +weight: 9700 +--- + +TBD \ No newline at end of file diff --git a/content/zh/docs/cluster-administration/platform-settings/_index.md b/content/zh/docs/cluster-administration/platform-settings/_index.md deleted file mode 100644 index d3af6d02b..000000000 --- a/content/zh/docs/cluster-administration/platform-settings/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -linkTitle: "DevOps Administration" -weight: 2200 - -_build: - render: false ---- diff --git a/content/zh/docs/cluster-administration/platform-settings/role-member-management.md b/content/zh/docs/cluster-administration/platform-settings/role-member-management.md deleted file mode 100644 index ac82ef299..000000000 --- a/content/zh/docs/cluster-administration/platform-settings/role-member-management.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Role and Member Management" -keywords: 'kubernetes, kubesphere, air gapped, installation' -description: 'Role and Member Management' - - -weight: 2240 ---- - -TBD \ No newline at end of file diff --git a/content/zh/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md b/content/zh/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md index b817776d2..b22c2bfd3 100644 --- a/content/zh/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md +++ b/content/zh/docs/cluster-administration/shut-down-and-restart-cluster-gracefully.md @@ -1,10 +1,10 @@ --- -title: "集群关闭和重新启动" +title: "关闭和重启集群" description: "Demonstrate how to shut down and restart Kubernetes clusters gracefully" layout: "single" -linkTitle: "集群关闭和重新启动" -weight: 5000 +linkTitle: "关闭和重启集群" +weight: 9800 icon: "/images/docs/docs.svg" --- diff --git a/content/zh/docs/cluster-administration/storageclass.md b/content/zh/docs/cluster-administration/storageclass.md deleted file mode 100644 index db100ea30..000000000 --- a/content/zh/docs/cluster-administration/storageclass.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "StorageClass" -keywords: "kubernetes, docker, kubesphere, jenkins, istio, prometheus" -description: "Kubernetes and KubeSphere node management" - -linkTitle: "StorageClass" -weight: 100 ----