Skip to content

Commit

Permalink
Merge pull request #44048 from professorabhay/feature-FixTypoInDoc-Ko…
Browse files Browse the repository at this point in the history
…rean

Fixed the typo korean docs as per Issue#44017
  • Loading branch information
k8s-ci-robot authored Nov 23, 2023
2 parents da95683 + 6fcf40a commit ecd8212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ko/docs/tutorials/services/source-ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ client_address=10.240.0.3

* 클라이언트는 `node2:nodePort`로 패킷을 보낸다.
* `node2`는 소스 IP 주소(SNAT)를 패킷 상에서 자신의 IP 주소로 교체한다.
* `noee2`는 대상 IP를 패킷 상에서 파드의 IP로 교체한다.
* `node2`는 대상 IP를 패킷 상에서 파드의 IP로 교체한다.
* 패킷은 node 1로 라우팅 된 다음 엔드포인트로 라우팅 된다.
* 파드의 응답은 node2로 다시 라우팅된다.
* 파드의 응답은 클라이언트로 다시 전송된다.
Expand Down

0 comments on commit ecd8212

Please sign in to comment.