From aabbc84651d0fc3270a7c1e6431980315c7bd0d1 Mon Sep 17 00:00:00 2001 From: G-Harmon Date: Tue, 23 Jan 2018 08:17:46 -0800 Subject: [PATCH] fix agreement: s/defaults IP/default IP/ --- 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 e32a3bb28a..d3d0268a3e 100644 --- a/docs/admin/accessing-the-api.md +++ b/docs/admin/accessing-the-api.md @@ -136,7 +136,7 @@ By default the Kubernetes API server serves HTTP on 2 ports: (scheduler, controller-manager) to talk to the API - no TLS - default is port 8080, change with `--insecure-port` flag. - - defaults IP is localhost, change with `--insecure-bind-address` flag. + - default IP is localhost, change with `--insecure-bind-address` flag. - request **bypasses** authentication and authorization modules. - request handled by admission control module(s). - protected by need to have host access