File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -712,7 +712,7 @@ NLBの背後にあるインスタンスに対してクライアントのトラ
712
712
|------|----------|---------|------------|---------------------|
713
713
| ヘルスチェック | TCP | NodePort(s) (`.spec.healthCheckNodePort` for `.spec.externalTrafficPolicy = Local`) | VPC CIDR | kubernetes.io/rule/nlb/health=\<loadBalancerName\> |
714
714
| クライアントのトラフィック | TCP | NodePort(s) | `.spec.loadBalancerSourceRanges` (デフォルト : ` 0.0.0.0/0` ) | kubernetes.io/rule/nlb/client=\<loadBalancerName\> |
715
- | MTCによるサービスディスカバリー | ICMP | 3,4 | `.spec.loadBalancerSourceRanges` (デフォルト : ` 0.0.0.0/0` ) | kubernetes.io/rule/nlb/mtu=\<loadBalancerName\> |
715
+ | MTUによるサービスディスカバリー | ICMP | 3,4 | `.spec.loadBalancerSourceRanges` (デフォルト : ` 0.0.0.0/0` ) | kubernetes.io/rule/nlb/mtu=\<loadBalancerName\> |
716
716
717
717
どのクライアントIPがNLBにアクセス可能かを制限するためには、`loadBalancerSourceRanges`を指定してください。
718
718
You can’t perform that action at this time.
0 commit comments