You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: content/en/docs/concepts/architecture/nodes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ For self-registration, the kubelet is started with the following options:
93
93
No-op if `register-node` is false.
94
94
-`--node-ip` - IP address of the node.
95
95
-`--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.
97
97
98
98
When the [Node authorization mode](/docs/reference/access-authn-authz/node/) and
99
99
[NodeRestriction admission plugin](/docs/reference/access-authn-authz/admission-controllers/#noderestriction) are enabled,
@@ -335,7 +335,7 @@ the same time:
335
335
(default 0.01) per second.
336
336
337
337
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
339
339
connected. If your cluster does not span multiple cloud provider availability zones,
340
340
then the eviction mechanism does not take per-zone unavailability into account.
0 commit comments