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 <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
This commit is contained in:
Siman 2021-09-08 19:30:10 -07:00 committed by GitHub
parent 975bd9e9b7
commit 8155f1d16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ By default, the Kubernetes API server serves HTTP on 2 ports:
- is intended for testing and bootstrap, and for other components of the master node - is intended for testing and bootstrap, and for other components of the master node
(scheduler, controller-manager) to talk to the API (scheduler, controller-manager) to talk to the API
- no TLS - no TLS
- default is port 8080, change with `--insecure-port` flag. - default is port 8080
- default 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 **bypasses** authentication and authorization modules.
- request handled by admission control module(s). - request handled by admission control module(s).