File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -988,7 +988,6 @@ NLB는 특정 인스턴스 클래스에서만 작동한다. 지원되는 인스
988
988
| 규칙 | 프로토콜 | 포트 | IP 범위 | IP 범위 설명 |
989
989
|------|----------|---------|------------|---------------------|
990
990
| 헬스 체크 | TCP | NodePort(s) (`.spec.healthCheckNodePort` for `.spec.externalTrafficPolicy = Local`) | Subnet CIDR | kubernetes.io/rule/nlb/health=\<loadBalancerName\> |
991
-
992
991
| 클라이언트 트래픽 | TCP | NodePort(s) | `.spec.loadBalancerSourceRanges` (defaults to `0.0.0.0/0`) | kubernetes.io/rule/nlb/client=\<loadBalancerName\> |
993
992
| MTU 탐색 | ICMP | 3,4 | `.spec.loadBalancerSourceRanges` (defaults to `0.0.0.0/0`) | kubernetes.io/rule/nlb/mtu=\<loadBalancerName\> |
994
993
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ echo $pods
99
99
pi-5rwd7
100
100
```
101
101
102
- 여기서 셀렉터는 잡의 셀렉터와 동일하다. ` --output = jsonpath ` 옵션은 반환된
102
+ 여기서 셀렉터는 잡의 셀렉터와 동일하다. ` --output= jsonpath ` 옵션은 반환된
103
103
목록에 있는 각 파드의 이름으로 표현식을 지정한다.
104
104
105
105
파드 중 하나를 표준 출력으로 본다.
You can’t perform that action at this time.
0 commit comments