Skip to content

Commit a21e4c7

Browse files
committed
Update doc
1 parent 3d705fd commit a21e4c7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/guide/ingress/ingress_class.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/inboun
178178

179179
#### spec.certificateArn
180180
Cluster administrators can use the optional `certificateARN` field to specify the ARN of the certificates for all Ingresses that belong to IngressClass with this IngressClassParams.
181-
181+
182182
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/certificate-arn` annotation.
183183

184184
#### spec.sslPolicy
@@ -233,3 +233,12 @@ Cluster administrators can use `loadBalancerAttributes` field to specify the [Lo
233233

234234
1. If `loadBalancerAttributes` is set, the attributes defined will be applied to the load balancer that belong to this IngressClass. If you specify invalid keys or values for the load balancer attributes, the controller will fail to reconcile ingresses belonging to the particular ingress class.
235235
2. If `loadBalancerAttributes` un-specified, Ingresses with this IngressClass can continue to use `alb.ingress.kubernetes.io/load-balancer-attributes` annotation to specify the load balancer attributes.
236+
237+
#### spec.prefixListIDs
238+
239+
`prefixListIDs` is an optional setting.
240+
241+
Cluster administrators can use `prefixListIDs` field to specify the managed prefix lists that are allowed to access the load balancers that belong to this IngressClass. You can specify the list of prefix list IDs in the `spec.prefixListIDs` field.
242+
243+
1. If `prefixListIDs` is set, the prefix lists defined will be applied to the load balancer that belong to this IngressClass. If you specify invalid prefix list IDs, the controller will fail to reconcile ingresses belonging to the particular ingress class.
244+
2. If `prefixListIDs` un-specified, Ingresses with this IngressClass can continue to use `alb.ingress.kubernetes.io/security-group-prefix-lists` annotation to specify the load balancer prefix lists.

0 commit comments

Comments
 (0)