From b57d18874d3257a3dfeacbd720605ef9882cbbff Mon Sep 17 00:00:00 2001 From: 24sama Date: Thu, 18 Nov 2021 09:54:40 +0800 Subject: [PATCH] dev-v2.0.0: update config example and readme Signed-off-by: 24sama --- README.md | 1 + README_zh-CN.md | 1 + docs/config-example.md | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 399878dd..c679ac05 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Getting cluster info and generating kubekey's configuration file (optional). ## Documents * [Configuration example](docs/config-example.md) +* [Highly Available clusters](docs/ha-mode.md) * [Addons](docs/addons.md) * [Network access](docs/network-access.md) * [Storage clients](docs/storage-client.md) diff --git a/README_zh-CN.md b/README_zh-CN.md index e52f94d1..1d84245f 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -264,6 +264,7 @@ kubectl completion bash >/etc/bash_completion.d/kubectl ## 相关文档 * [配置示例](docs/config-example.md) +* [高可用集群](docs/ha-mode.md) * [自定义插件安装](docs/addons.md) * [网络访问](docs/network-access.md) * [存储客户端](docs/storage-client.md) diff --git a/docs/config-example.md b/docs/config-example.md index dfec04c2..28b93ab9 100644 --- a/docs/config-example.md +++ b/docs/config-example.md @@ -18,6 +18,8 @@ spec: - node1 - node[10:100] # All the nodes in your cluster that serve as the worker nodes. controlPlaneEndpoint: + internalLoadbalancer: haproxy #Internal loadbalancer for apiservers. [Default: ""] + domain: lb.kubesphere.local address: "" # The IP address of your load balancer. port: 6443