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/advanced/external-ip-remapping.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,10 @@ spec:
105
105
status:
106
106
remote:
107
107
cidr:
108
-
external: <REMAPPED_EXT_CIDR>
109
-
pod: <REMAPPED_POD_CIDR>
108
+
external:
109
+
- <REMAPPED_EXT_CIDR>
110
+
pod:
111
+
- <REMAPPED_POD_CIDR>
110
112
```
111
113
112
114
Let's focus on the `REMAPPED_EXT_CIDR` value. Keep the *prefix* of that CIDR and replace it inside the `REMAPPED_IP` found in the **IP** CRD status (check the previous section).
0 commit comments