Skip to content

Commit dcd6cd5

Browse files
authored
Merge pull request #28622 from jihoon-seo/210625_Update_docs/tasks/administer-cluster/highly-available-control-plane
Replace 'master' with 'control plane'
2 parents 5d4f35d + d5feed3 commit dcd6cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/highly-available-control-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ and the IP address of the first replica will be promoted to IP address of load b
156156
Similarly, after removal of the penultimate control plane node, the load balancer will be removed and its IP address will be assigned to the last remaining replica.
157157
Please note that creation and removal of load balancer are complex operations and it may take some time (~20 minutes) for them to propagate.
158158

159-
### Master service & kubelets
159+
### Control plane service & kubelets
160160

161161
Instead of trying to keep an up-to-date list of Kubernetes apiserver in the Kubernetes service,
162162
the system directs all traffic to the external IP:
163163

164164
* in case of a single node control plane, the IP points to the control plane node,
165165

166-
* in case of an HA control plane, the IP points to the load balancer in-front of the masters.
166+
* in case of an HA control plane, the IP points to the load balancer in-front of the control plane nodes.
167167

168168
Similarly, the external IP will be used by kubelets to communicate with the control plane.
169169

0 commit comments

Comments
 (0)