Skip to content

Commit aabbc84

Browse files
authored
fix agreement: s/defaults IP/default IP/
1 parent 76941f8 commit aabbc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/accessing-the-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ By default the Kubernetes API server serves HTTP on 2 ports:
136136
(scheduler, controller-manager) to talk to the API
137137
- no TLS
138138
- default is port 8080, change with `--insecure-port` flag.
139-
- defaults IP is localhost, change with `--insecure-bind-address` flag.
139+
- default IP is localhost, change with `--insecure-bind-address` flag.
140140
- request **bypasses** authentication and authorization modules.
141141
- request handled by admission control module(s).
142142
- protected by need to have host access

0 commit comments

Comments
 (0)