Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation/install_edge_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This program has the following advantages:

- One-click, easy to use, flexible and automated

The edgeadm init cluster and join node completely retain the original parameters and process of Kubeadm init/join, but automatically initialize the node and install the container when running, you can use the `edgeadm --enable-edge=fasle` parameter to install the native one-click For Kubernetes clusters, you can also use the `edgeadm --enable-edge=true` parameter to install an edge Kubernetes cluster with one click.
The edgeadm init cluster and join node completely retain the original parameters and process of Kubeadm init/join, but automatically initialize the node and install the container when running, you can use the `edgeadm --enable-edge=false` parameter to install the native one-click For Kubernetes clusters, you can also use the `edgeadm --enable-edge=true` parameter to install an edge Kubernetes cluster with one click.

You can join any node as long as you can access the node where the Kube-apiserver is located, or you can join the master. Join master also continues the Kubeadm approach. To build highly available nodes, you can directly use join master to expand Master nodes when needed to achieve high availability.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/install_edge_kubernetes_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

- 一键化,用起来简单、灵活、自动化

edgeadm init集群和join节点完全保留了kubeadm init/join原有的参数和流程,只是自动了初始化节点和安装容器运行时,可以用`edgeadm --enable-edge=fasle`参数来一键化安装原生Kubernetes集群, 也可以用`edgeadm --enable-edge=true`参数一键化来安装边缘Kubernetes集群。
edgeadm init集群和join节点完全保留了kubeadm init/join原有的参数和流程,只是自动了初始化节点和安装容器运行时,可以用`edgeadm --enable-edge=false`参数来一键化安装原生Kubernetes集群, 也可以用`edgeadm --enable-edge=true`参数一键化来安装边缘Kubernetes集群。

可以Join任何只要能够访问到Kube-apiserver位于任何位置的节点, 也可以join master。join master也延续了kubeadm的的方式,搭建高可用的节点可以在需要的时候,直接用join master去扩容Master节点,实现高可用。

Expand Down