Skip to content

Commit 5be3b2d

Browse files
JayBealeTim Bannister
andauthored
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 <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 1b1917c commit 5be3b2d

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+2
-2
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For self-registration, the kubelet is started with the following options:
9393
No-op if `register-node` is false.
9494
- `--node-ip` - IP address of the node.
9595
- `--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)).
96-
- `--node-status-update-frequency` - Specifies how often kubelet posts node status to master.
96+
- `--node-status-update-frequency` - Specifies how often kubelet posts its node status to the API server.
9797

9898
When the [Node authorization mode](/docs/reference/access-authn-authz/node/) and
9999
[NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction) are enabled,
@@ -335,7 +335,7 @@ the same time:
335335
(default 0.01) per second.
336336

337337
The reason these policies are implemented per availability zone is because one
338-
availability zone might become partitioned from the master while the others remain
338+
availability zone might become partitioned from the control plane while the others remain
339339
connected. If your cluster does not span multiple cloud provider availability zones,
340340
then the eviction mechanism does not take per-zone unavailability into account.
341341

0 commit comments

Comments
 (0)