From 5be3b2de8e4211e572323d58e448d1096e16c117 Mon Sep 17 00:00:00 2001 From: Jay Beale Date: Tue, 22 Feb 2022 17:00:18 -0800 Subject: [PATCH] Replaced "master" with newer terms in two places (#31846) * Replaced "master" with newer terms in two places - Replacing the outdated "master" term with API server. - Changed "master" to "control plane node(s)" * control plane node -> control plane Co-authored-by: Tim Bannister Co-authored-by: Tim Bannister --- content/en/docs/concepts/architecture/nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index 74e81092ae..6946a6d706 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -93,7 +93,7 @@ For self-registration, the kubelet is started with the following options: No-op if `register-node` is false. - `--node-ip` - IP address of the node. - `--node-labels` - {{< glossary_tooltip text="Labels" term_id="label" >}} to add when registering the node in the cluster (see label restrictions enforced by the [NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction)). - - `--node-status-update-frequency` - Specifies how often kubelet posts node status to master. + - `--node-status-update-frequency` - Specifies how often kubelet posts its node status to the API server. When the [Node authorization mode](/docs/reference/access-authn-authz/node/) and [NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction) are enabled, @@ -335,7 +335,7 @@ the same time: (default 0.01) per second. The reason these policies are implemented per availability zone is because one -availability zone might become partitioned from the master while the others remain +availability zone might become partitioned from the control plane while the others remain connected. If your cluster does not span multiple cloud provider availability zones, then the eviction mechanism does not take per-zone unavailability into account.