Keeping text consistent (#5760)
We use authorization everywhere else so changing authorisation -> authorization herepull/5761/head
parent
ccfd7aac3c
commit
d1fb514385
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue