We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76941f8 commit aabbc84Copy full SHA for aabbc84
docs/admin/accessing-the-api.md
@@ -136,7 +136,7 @@ By default the Kubernetes API server serves HTTP on 2 ports:
136
(scheduler, controller-manager) to talk to the API
137
- no TLS
138
- default is port 8080, change with `--insecure-port` flag.
139
- - defaults IP is localhost, change with `--insecure-bind-address` flag.
+ - default IP is localhost, change with `--insecure-bind-address` flag.
140
- request **bypasses** authentication and authorization modules.
141
- request handled by admission control module(s).
142
- protected by need to have host access
0 commit comments