From 8803da50fd6164d0f494a45bcf535f8fd60671df Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Tue, 23 Mar 2021 10:40:24 +0800 Subject: [PATCH] Update ch weight Signed-off-by: Sherlock113 --- content/zh/docs/installing-on-linux/cluster-operation/_index.md | 2 +- .../docs/installing-on-linux/cluster-operation/add-new-nodes.md | 2 +- .../docs/installing-on-linux/cluster-operation/remove-nodes.md | 2 +- .../zh/docs/installing-on-linux/introduction/port-firewall.md | 2 +- content/zh/docs/installing-on-linux/on-premises/_index.md | 2 +- .../on-premises/install-kubesphere-on-bare-metal.md | 2 +- .../on-premises/install-kubesphere-on-vmware-vsphere.md | 2 +- content/zh/docs/installing-on-linux/public-cloud/_index.md | 2 +- .../public-cloud/install-kubesphere-on-azure-vms.md | 2 +- .../public-cloud/install-kubesphere-on-qingcloud-vms.md | 2 +- .../installing-on-linux/uninstall-kubesphere-and-Kubernetes.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/zh/docs/installing-on-linux/cluster-operation/_index.md b/content/zh/docs/installing-on-linux/cluster-operation/_index.md index eee2e17b8..2710fff9a 100644 --- a/content/zh/docs/installing-on-linux/cluster-operation/_index.md +++ b/content/zh/docs/installing-on-linux/cluster-operation/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "添加或删除节点" -weight: 3400 +weight: 3600 _build: render: false diff --git a/content/zh/docs/installing-on-linux/cluster-operation/add-new-nodes.md b/content/zh/docs/installing-on-linux/cluster-operation/add-new-nodes.md index d6632821e..95e630bce 100644 --- a/content/zh/docs/installing-on-linux/cluster-operation/add-new-nodes.md +++ b/content/zh/docs/installing-on-linux/cluster-operation/add-new-nodes.md @@ -3,7 +3,7 @@ title: "添加新节点" keywords: 'Kubernetes, KubeSphere, 水平扩缩, 添加节点' description: '如何将新节点添加到现有集群' linkTitle: "添加新节点" -weight: 3410 +weight: 3610 --- KubeSphere 使用一段时间之后,由于工作负载不断增加,您可能需要水平扩展集群。自 KubeSphere v3.0.0 起,您可以使用全新的安装程序 [KubeKey](https://github.com/kubesphere/kubekey) 将新节点添加到集群。从根本上说,该操作是基于 Kubelet 的注册机制。换言之,新节点将自动加入现有的 Kubernetes 集群。KubeSphere 支持混合环境,这意味着新添加的主机操作系统可以是 CentOS 或者 Ubuntu。 diff --git a/content/zh/docs/installing-on-linux/cluster-operation/remove-nodes.md b/content/zh/docs/installing-on-linux/cluster-operation/remove-nodes.md index 5b37ccd4f..0931b1718 100644 --- a/content/zh/docs/installing-on-linux/cluster-operation/remove-nodes.md +++ b/content/zh/docs/installing-on-linux/cluster-operation/remove-nodes.md @@ -3,7 +3,7 @@ title: "删除节点" keywords: 'Kubernetes, KubeSphere, 水平扩缩, 删除节点' description: '如何从现有集群删除节点' linkTitle: "删除节点" -weight: 3420 +weight: 3620 --- ## 停止调度节点 diff --git a/content/zh/docs/installing-on-linux/introduction/port-firewall.md b/content/zh/docs/installing-on-linux/introduction/port-firewall.md index 313e119d2..e3434f69a 100644 --- a/content/zh/docs/installing-on-linux/introduction/port-firewall.md +++ b/content/zh/docs/installing-on-linux/introduction/port-firewall.md @@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, 端口要求, 防火墙规则' description: 'KubeSphere 组件通讯端口要求' linkTitle: "端口要求" -weight: 3140 +weight: 3150 --- KubeSphere 需要某些端口用于服务之间的通信。如果您的网络配置有防火墙规则,则需要确保基础设施组件可以通过特定端口相互通信。这些端口用作某些进程或服务的通信端点。 diff --git a/content/zh/docs/installing-on-linux/on-premises/_index.md b/content/zh/docs/installing-on-linux/on-premises/_index.md index ab7973c57..78a591e99 100644 --- a/content/zh/docs/installing-on-linux/on-premises/_index.md +++ b/content/zh/docs/installing-on-linux/on-premises/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "在本地环境中安装" -weight: 3300 +weight: 3500 _build: render: false diff --git a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md index ed3fade1c..dec67fb91 100644 --- a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md +++ b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-bare-metal.md @@ -3,7 +3,7 @@ title: "在裸机上安装 KubeSphere" keywords: 'Kubernetes, KubeSphere, 裸机' description: '如何在裸机上安装 KubeSphere。' linkTitle: "在裸机上安装 KubeSphere" -weight: 3320 +weight: 3520 --- ## 介绍 diff --git a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index a9a73d323..53a388df0 100644 --- a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md @@ -3,7 +3,7 @@ title: "在 VMware vSphere 安装 KubeSphere" keywords: 'kubernetes, kubesphere, VMware vSphere, installation' description: '介绍如何在 VMware vSphere 上安装高可用 KubeSphere' -weight: 3310 +weight: 3510 --- 对于生产环境,我们需要考虑集群的高可用性。如果关键组件(例如 kube-apiserver,kube-scheduler 和 kube-controller-manager)都在同一主节点上运行,一旦主节点出现故障,Kubernetes 和 KubeSphere 将不可用。因此,我们需要通过用负载均衡器配置多个主节点来设置高可用性集群。您可以使用任何云负载平衡器或任何硬件负载平衡器(例如F5)。另外,Keepalived 和 HAproxy 或 NGINX 也是创建高可用性集群的替代方法。 diff --git a/content/zh/docs/installing-on-linux/public-cloud/_index.md b/content/zh/docs/installing-on-linux/public-cloud/_index.md index c0ed8b86a..28eb7b9b7 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/_index.md +++ b/content/zh/docs/installing-on-linux/public-cloud/_index.md @@ -1,6 +1,6 @@ --- linkTitle: "在公共云上安装" -weight: 3200 +weight: 3400 _build: render: false diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md index 4323fe01f..c48f7435c 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-azure-vms.md @@ -3,7 +3,7 @@ title: "在Azure VM实例上部署KubeSphere" keywords: "KubeSphere, Installation, HA, high availability, load balancer, Azure" description: "The tutorial is for installing a high-availability cluster on Azure." -Weight: 3210 +Weight: 3410 --- ## Before You Begin diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index ffbcfdfd4..843272da3 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md @@ -3,7 +3,7 @@ title: "在青云QingCloud 主机上部署 KubeSphere" keywords: "KubeSphere, 安装, HA, 高可用性, LoadBalancer" description: "本教程介绍如何在青云QingCloud 主机上安装高可用集群。" linkTitle: "在青云QingCloud 主机上部署 KubeSphere" -Weight: 3220 +Weight: 3420 --- ## 介绍 diff --git a/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md b/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md index a93dba19a..98a443da6 100644 --- a/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md +++ b/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md @@ -4,7 +4,7 @@ keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' description: '如何删除 KubeSphere 和 Kubernetes 集群' -weight: 3500 +weight: 3700 --- 您可以通过以下命令删除集群。