Keeping text consistent (#5760)

We use authorization everywhere else so changing authorisation -> authorization here
pull/5761/head
Karthik Gaekwad 2017-10-04 10:38:01 -05:00 committed by Steve Perry
parent ccfd7aac3c
commit d1fb514385
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ By default the Kubernetes API server serves HTTP on 2 ports:
- default IP is first non-localhost network interface, change with `--bind-address` flag.
- request handled by authentication and authorization modules.
- request handled by admission control module(s).
- authentication and authorisation modules run.
- authentication and authorization modules run.
When the cluster is created by `kube-up.sh`, on Google Compute Engine (GCE),
and on several other cloud providers, the API server serves on port 443. On