From 8029142078abbb0f704edc6ca9b8f4cf50cf7ee3 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 17 Oct 2021 01:26:14 +0300 Subject: [PATCH] [zh] pdate controlling-access.md as --insecure-port flag deprecated --- content/zh/docs/concepts/security/controlling-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/concepts/security/controlling-access.md b/content/zh/docs/concepts/security/controlling-access.md index b45dee64dd..b6799171ae 100644 --- a/content/zh/docs/concepts/security/controlling-access.md +++ b/content/zh/docs/concepts/security/controlling-access.md @@ -246,7 +246,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 (scheduler, controller-manager) to talk to the API - 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. - request **bypasses** authentication and authorization modules. - request handled by admission control module(s). @@ -266,7 +266,7 @@ By default, the Kubernetes API server serves HTTP on 2 ports: - 用于测试和引导,以及主控节点上的其他组件(调度器,控制器管理器)与 API 通信 - 没有 TLS - - 默认为端口 8080,使用 `--insecure-port` 进行更改 + - 默认为端口 8080 - 默认 IP 为 localhost,使用 `--insecure-bind-address` 进行更改 - 请求 **绕过** 身份认证和鉴权模块 - 由准入控制模块处理的请求