From d1fb5143851f13cb754c79220323a82eeeed37a7 Mon Sep 17 00:00:00 2001 From: Karthik Gaekwad Date: Wed, 4 Oct 2017 10:38:01 -0500 Subject: [PATCH] Keeping text consistent (#5760) We use authorization everywhere else so changing authorisation -> authorization here --- docs/admin/accessing-the-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/accessing-the-api.md b/docs/admin/accessing-the-api.md index a844b0f5fd..e32a3bb28a 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -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