From 2052b2693bb26fdf8326285c88f1fd1713dc847a Mon Sep 17 00:00:00 2001 From: pgvishnuram Date: Wed, 31 Dec 2025 11:29:59 +0530 Subject: [PATCH] fix flag typo Signed-off-by: pgvishnuram --- docs/installation/install_edge_kubernetes.md | 2 +- docs/installation/install_edge_kubernetes_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/install_edge_kubernetes.md b/docs/installation/install_edge_kubernetes.md index 7fcfef1..d1e3ed6 100755 --- a/docs/installation/install_edge_kubernetes.md +++ b/docs/installation/install_edge_kubernetes.md @@ -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. diff --git a/docs/installation/install_edge_kubernetes_CN.md b/docs/installation/install_edge_kubernetes_CN.md index 6fdca2f..8fed2e2 100755 --- a/docs/installation/install_edge_kubernetes_CN.md +++ b/docs/installation/install_edge_kubernetes_CN.md @@ -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节点,实现高可用。