mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update ch weight
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
27fdec1482
commit
8803da50fd
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "添加或删除节点"
|
||||
weight: 3400
|
||||
weight: 3600
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -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。
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "删除节点"
|
|||
keywords: 'Kubernetes, KubeSphere, 水平扩缩, 删除节点'
|
||||
description: '如何从现有集群删除节点'
|
||||
linkTitle: "删除节点"
|
||||
weight: 3420
|
||||
weight: 3620
|
||||
---
|
||||
|
||||
## 停止调度节点
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'Kubernetes, KubeSphere, 端口要求, 防火墙规则'
|
|||
description: 'KubeSphere 组件通讯端口要求'
|
||||
|
||||
linkTitle: "端口要求"
|
||||
weight: 3140
|
||||
weight: 3150
|
||||
---
|
||||
|
||||
KubeSphere 需要某些端口用于服务之间的通信。如果您的网络配置有防火墙规则,则需要确保基础设施组件可以通过特定端口相互通信。这些端口用作某些进程或服务的通信端点。
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "在本地环境中安装"
|
||||
weight: 3300
|
||||
weight: 3500
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "在裸机上安装 KubeSphere"
|
|||
keywords: 'Kubernetes, KubeSphere, 裸机'
|
||||
description: '如何在裸机上安装 KubeSphere。'
|
||||
linkTitle: "在裸机上安装 KubeSphere"
|
||||
weight: 3320
|
||||
weight: 3520
|
||||
---
|
||||
|
||||
## 介绍
|
||||
|
|
|
|||
|
|
@ -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 也是创建高可用性集群的替代方法。
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
linkTitle: "在公共云上安装"
|
||||
weight: 3200
|
||||
weight: 3400
|
||||
|
||||
_build:
|
||||
render: false
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: "在青云QingCloud 主机上部署 KubeSphere"
|
|||
keywords: "KubeSphere, 安装, HA, 高可用性, LoadBalancer"
|
||||
description: "本教程介绍如何在青云QingCloud 主机上安装高可用集群。"
|
||||
linkTitle: "在青云QingCloud 主机上部署 KubeSphere"
|
||||
Weight: 3220
|
||||
Weight: 3420
|
||||
---
|
||||
|
||||
## 介绍
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster'
|
|||
description: '如何删除 KubeSphere 和 Kubernetes 集群'
|
||||
|
||||
|
||||
weight: 3500
|
||||
weight: 3700
|
||||
---
|
||||
|
||||
您可以通过以下命令删除集群。
|
||||
|
|
|
|||
Loading…
Reference in New Issue