Skip to content

Commit 1ec4e8e

Browse files
authored
Merge pull request #30114 from Arhell/update
[zh] pdate controlling-access.md as --insecure-port flag deprecated
2 parents e194719 + 8029142 commit 1ec4e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ By default, the Kubernetes API server serves HTTP on 2 ports:
246246
- is intended for testing and bootstrap, and for other components of the master node
247247
(scheduler, controller-manager) to talk to the API
248248
- no TLS
249-
- default is port 8080, change with `--insecure-port` flag.
249+
- default is port 8080
250250
- default IP is localhost, change with `--insecure-bind-address` flag.
251251
- request **bypasses** authentication and authorization modules.
252252
- request handled by admission control module(s).
@@ -266,7 +266,7 @@ By default, the Kubernetes API server serves HTTP on 2 ports:
266266

267267
- 用于测试和引导,以及主控节点上的其他组件(调度器,控制器管理器)与 API 通信
268268
- 没有 TLS
269-
- 默认为端口 8080,使用 `--insecure-port` 进行更改
269+
- 默认为端口 8080
270270
- 默认 IP 为 localhost,使用 `--insecure-bind-address` 进行更改
271271
- 请求 **绕过** 身份认证和鉴权模块
272272
- 由准入控制模块处理的请求

0 commit comments

Comments
 (0)