Skip to content

Commit c39e9fc

Browse files
fra98cheina97
authored andcommitted
docs: fixed network configuration example
1 parent 90df75e commit c39e9fc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/advanced/external-ip-remapping.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ spec:
105105
status:
106106
remote:
107107
cidr:
108-
external: <REMAPPED_EXT_CIDR>
109-
pod: <REMAPPED_POD_CIDR>
108+
external:
109+
- <REMAPPED_EXT_CIDR>
110+
pod:
111+
- <REMAPPED_POD_CIDR>
110112
```
111113

112114
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).

docs/advanced/peering/inter-cluster-network.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,10 @@ metadata:
290290
spec:
291291
remote:
292292
cidr:
293-
external: 10.70.0.0/16 # the external CIDR of the remote cluster
294-
pod: 10.243.0.0/16 # the pod CIDR of the remote cluster
293+
external:
294+
- 10.70.0.0/16 # the external CIDR of the remote cluster
295+
pod:
296+
- 10.243.0.0/16 # the pod CIDR of the remote cluster
295297
```
296298
297299
You can find the value of the *REMOTE_CLUSTER_ID* by launching the following command on the **remote cluster**:

0 commit comments

Comments
 (0)