mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
dev-v2.0.0: update config example and readme
Signed-off-by: 24sama <leo@kubesphere.io>
This commit is contained in:
parent
81879d2cf6
commit
b57d18874d
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue