Skip to content

Commit cd80215

Browse files
committed
[ko] Resolve nits (#27899, #27902)
1 parent 30ec372 commit cd80215

File tree

2 files changed

+1
-2
lines changed
  • content/ko/docs/concepts

2 files changed

+1
-2
lines changed

content/ko/docs/concepts/services-networking/service.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,6 @@ NLB는 특정 인스턴스 클래스에서만 작동한다. 지원되는 인스
988988
| 규칙 | 프로토콜 | 포트 | IP 범위 | IP 범위 설명 |
989989
|------|----------|---------|------------|---------------------|
990990
| 헬스 체크 | TCP | NodePort(s) (`.spec.healthCheckNodePort` for `.spec.externalTrafficPolicy = Local`) | Subnet CIDR | kubernetes.io/rule/nlb/health=\<loadBalancerName\> |
991-
992991
| 클라이언트 트래픽 | TCP | NodePort(s) | `.spec.loadBalancerSourceRanges` (defaults to `0.0.0.0/0`) | kubernetes.io/rule/nlb/client=\<loadBalancerName\> |
993992
| MTU 탐색 | ICMP | 3,4 | `.spec.loadBalancerSourceRanges` (defaults to `0.0.0.0/0`) | kubernetes.io/rule/nlb/mtu=\<loadBalancerName\> |
994993

content/ko/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ echo $pods
9999
pi-5rwd7
100100
```
101101

102-
여기서 셀렉터는 잡의 셀렉터와 동일하다. `--output = jsonpath` 옵션은 반환된
102+
여기서 셀렉터는 잡의 셀렉터와 동일하다. `--output=jsonpath` 옵션은 반환된
103103
목록에 있는 각 파드의 이름으로 표현식을 지정한다.
104104

105105
파드 중 하나를 표준 출력으로 본다.

0 commit comments

Comments
 (0)