You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/ingress/ingress_class.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/inboun
188
188
189
189
#### spec.certificateArn
190
190
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.
191
-
191
+
192
192
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/certificate-arn` annotation.
193
193
194
194
#### spec.sslPolicy
@@ -235,6 +235,13 @@ Cluster administrators can use `tags` field to specify the custom tags for AWS r
235
235
2.`spec.tags` in IngressClassParams will have the middle priority.
236
236
3.`alb.ingress.kubernetes.io/tags` annotation will have the lowest priority.
237
237
238
+
#### spec.targetType
239
+
240
+
`targetType` is an optional setting. The available options are `instance` or `ip`.
241
+
242
+
This defines the target type of target groups for all Ingresses that belong to IngressClass with this IngressClassParams.
243
+
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/target-type` annotation.
0 commit comments