Skip to content

Commit e7fcacd

Browse files
DWSRk8s-ci-robot
authored andcommitted
Fix a missing word in endpoint reconciler section (#7804)
1 parent 6a67af3 commit e7fcacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/high-availability/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This code is called the "reconciler," because it reconciles the list of
186186
endpoints stored in etcd, and the list of endpoints that are actually up
187187
and running.
188188

189-
Prior Kubernetes 1.9, the reconciler expects you to provide the
189+
Prior to Kubernetes 1.9, the reconciler expects you to provide the
190190
number of endpoints (i.e., the number of apiserver replicas) through
191191
a command-line flag (e.g. `--apiserver-count=3`). If more replicas
192192
are available, the reconciler trims down the list of endpoints.

0 commit comments

Comments
 (0)