Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest/ug/workloads/alb-ingress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ annotations:
----
+
NOTE: If you're load balancing to `IPv6` Pods, add the following annotation to your ingress spec. You can only load balance over `IPv6` to IP targets, not instance targets. Without this annotation, load balancing is over `IPv4`.

+
[source,yaml,subs="verbatim,attributes"]
----
alb.ingress.kubernetes.io/ip-address-type: dualstack
Expand Down