Skip to content

Commit bc7f86b

Browse files
authored
Merge pull request #578 from bradwatsonaws/ipvs
Corrected a typo and added a note for clarity.
2 parents a64151e + d68850c commit bc7f86b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

content/networking/ipvs/index.ko.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ kubectl -n kube-system rollout restart ds kube-proxy
115115
sudo ipvsadm -L
116116
```
117117

118-
최소한 쿠버네티스 클러스터 IP 서비스의 항목이 `10.100.0.1`이고 codedns 서비스에 대한 항목이 `10.100.0.10`인 아래와 비슷한 결과를 볼 수 있을 것이다.
118+
최소한 쿠버네티스 API 서버 서비스에 대한 항목이 `10.100.0.1`이고 CoreDNS 서비스에 대한 항목이 `10.100.0.10`인 아래와 비슷한 결과를 볼 수 있을 것이다.
119119
```hl_lines="4 7 10"
120120
IP Virtual Server version 1.2.1 (size=4096)
121121
Prot LocalAddress:Port Scheduler Flags
@@ -129,4 +129,6 @@ TCP ip-10-100-0-10.us-east-1 rr
129129
UDP ip-10-100-0-10.us-east-1 rr
130130
-> ip-192-168-104-215.us-ea Masq 1 0 0
131131
-> ip-192-168-123-227.us-ea Masq 1 0 0
132-
```
132+
```
133+
!!! note
134+
이 예제 출력은 서비스 IP 주소 범위가 `10.100.0.0/16`인 EKS 클러스터에서 가져온 것입니다.

content/networking/ipvs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can validate that your cluster and worker nodes are running in IPVS mode by
115115
sudo ipvsadm -L
116116
```
117117

118-
At a minimum, you should see a result similar to the one below, showing entries for the Kubernetes Cluster IP service at `10.100.0.1` and the codedns service at `10.100.0.10`.
118+
At a minimum, you should see a result similar to the one below, showing entries for the Kubernetes API Server service at `10.100.0.1` and the CoreDNS service at `10.100.0.10`.
119119
```hl_lines="4 7 10"
120120
IP Virtual Server version 1.2.1 (size=4096)
121121
Prot LocalAddress:Port Scheduler Flags
@@ -129,4 +129,6 @@ TCP ip-10-100-0-10.us-east-1 rr
129129
UDP ip-10-100-0-10.us-east-1 rr
130130
-> ip-192-168-104-215.us-ea Masq 1 0 0
131131
-> ip-192-168-123-227.us-ea Masq 1 0 0
132-
```
132+
```
133+
!!! note
134+
This example output comes from an EKS cluster with a service IP address range of `10.100.0.0/16`.

0 commit comments

Comments
 (0)