Skip to content

Commit 8155f1d

Browse files
simanwtengqm
andauthored
Update controlling-access.md as --insecure-port flag deprecated (#29447)
* Update English version of controlling-access.md as --insecure-port flag deprecated * Update controlling-access.md as --insecure-port flag deprecated * Update content/en/docs/concepts/security/controlling-access.md Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 975bd9e commit 8155f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/controlling-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ By default, the Kubernetes API server serves HTTP on 2 ports:
142142
- is intended for testing and bootstrap, and for other components of the master node
143143
(scheduler, controller-manager) to talk to the API
144144
- no TLS
145-
- default is port 8080, change with `--insecure-port` flag.
145+
- default is port 8080
146146
- default IP is localhost, change with `--insecure-bind-address` flag.
147147
- request **bypasses** authentication and authorization modules.
148148
- request handled by admission control module(s).

0 commit comments

Comments
 (0)