Skip to content

Commit 30d7ee9

Browse files
authored
Merge pull request #30196 from gochist/ko-security
[ko] Update `content/ko/docs/concepts/security`
2 parents b4f69ff + 3a0844c commit 30d7ee9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ API 서버는 실제로 다음과 같이 2개의 포트에서 서비스할 수
139139
- 테스트 및 부트스트랩을 하기 위한 것이며 마스터 노드의 다른 구성요소
140140
(스케줄러, 컨트롤러 매니저)가 API와 통신하기 위한 것이다.
141141
- TLS가 없다.
142-
- 기본 포트는 8080이며, `--insecure-port` 플래그를 사용하여 변경한다.
142+
- 기본 포트는 8080이다.
143143
- 기본 IP는 로컬호스트(localhost)이며, `--insecure-bind-address` 플래그를 사용하여 변경한다.
144144
- 요청이 인증 및 인가 모듈을 **우회한다**.
145145
- 요청이 어드미션 제어 모듈(들)에 의해 처리된다.

content/ko/docs/concepts/security/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Amazon Web Services | https://aws.amazon.com/security/ |
6060
Google Cloud Platform | https://cloud.google.com/security/ |
6161
IBM Cloud | https://www.ibm.com/cloud/security |
6262
Microsoft Azure | https://docs.microsoft.com/en-us/azure/security/azure-security |
63+
Oracle Cloud Infrastructure | https://www.oracle.com/security/ |
6364
VMWare VSphere | https://www.vmware.com/security/hardening-guides.html |
6465

6566
{{< /table >}}

0 commit comments

Comments
 (0)