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
@@ -178,7 +178,7 @@ If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/inboun
178
178
179
179
#### spec.certificateArn
180
180
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
+
182
182
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/certificate-arn` annotation.
183
183
184
184
#### spec.sslPolicy
@@ -225,6 +225,13 @@ Cluster administrators can use `tags` field to specify the custom tags for AWS r
225
225
2.`spec.tags` in IngressClassParams will have the middle priority.
226
226
3.`alb.ingress.kubernetes.io/tags` annotation will have the lowest priority.
227
227
228
+
#### spec.targetType
229
+
230
+
`targetType` is an optional setting. The available options are `instance` or `ip`.
231
+
232
+
This defines the target type of target groups for all Ingresses that belong to IngressClass with this IngressClassParams.
233
+
If the field is specified, LBC will ignore the `alb.ingress.kubernetes.io/target-type` annotation.
0 commit comments