Duplicated 'the'

Signed-off-by: Jie Luo <luo612@zju.edu.cn>
This commit is contained in:
Jie Luo
2016-12-21 14:33:37 +08:00
parent a196d0df86
commit ccd202a07a
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ to talk to the Kubernetes API.
API requests are tied to either a normal user or a service account, or are treated
as anonymous requests. This means every process inside or outside the cluster, from
a human user typing `kubectl` on a workstation, to `kubelets` on nodes, to members
of the control plane, must authenticate when making requests to the the API server,
of the control plane, must authenticate when making requests to the API server,
or be treated as an anonymous user.
## Authentication strategies