Merge pull request #7063 from G-Harmon/patch-5

fix agreement: s/defaults IP/default IP/
This commit is contained in:
Qiming
2018-01-24 11:04:21 +08:00
committed by GitHub
+1 -1
View File
@@ -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