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/service/annotations.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,10 @@ Load balancer access can be controlled via following annotations:
415
415
This annotation will be ignored in case preserve client IP is not enabled.
416
416
- preserve client IP is disabled by default for `IP` targets
417
417
- preserve client IP is enabled by default for `instance` targets
418
+
419
+
!!!warning ""
420
+
Preserve client IP has no effect on traffic converted from IPv4 to IPv6 and on traffic converted from IPv6 to IPv4. The source IP of this type of traffic is always the private IP address of the Network Load Balancer.
421
+
- This could cause the clients that have their traffic converted to bypass the specified CIDRs that are allowed to access the NLB.
0 commit comments