From f674abb970217518b5dd501337c198f0bffa6c36 Mon Sep 17 00:00:00 2001 From: Dominic Yin Date: Tue, 30 Jun 2020 20:54:36 +0800 Subject: [PATCH] add zh trans for docs/reference/glossary/master.md --- content/zh/docs/reference/glossary/master.md | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/zh/docs/reference/glossary/master.md diff --git a/content/zh/docs/reference/glossary/master.md b/content/zh/docs/reference/glossary/master.md new file mode 100644 index 0000000000..5ef02a8ccf --- /dev/null +++ b/content/zh/docs/reference/glossary/master.md @@ -0,0 +1,34 @@ +--- +title: Master +id: master +date: 2020-04-16 +short_description: > + 遗留术语,作为运行控制平面的节点的同义词使用。 + +aka: +tags: +- fundamental +--- + 遗留术语,作为运行 {{< glossary_tooltip text="控制平面" term_id="control-plane" >}} 的 {{< glossary_tooltip text="节点" term_id="node" >}} 的同义词使用。 + + + + + + +该术语仍被一些配置工具使用,如 {{< glossary_tooltip text="kubeadm" term_id="kubeadm" >}} 以及托管的服务,为 {{< glossary_tooltip text="节点" term_id="node" >}} 添加 `kubernetes.io/role` 的 {{< glossary_tooltip text="标签" term_id="label" >}},以及管理控制平面 Pod 的调度。 \ No newline at end of file