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
@@ -475,6 +496,8 @@ Resuming, these are the steps to be followed by the administrators of each of th
475
496
kubectl apply -f publickey-client.yaml
476
497
```
477
498
499
+
You can check whether the procedure completed successfully by checking [the peering status](../../usage/peer.md#check-status-of-peerings).
500
+
478
501
## Custom templates
479
502
480
503
Gateway resources (i.e., `GatewayServer` and `GatewayClient`) contain a reference to the template CR implementing the inter-cluster network technology.
Via `liqoctl` it is possible to check the amount of shared resources and the virtual nodes configured for a specific peerings looking at [the peering status](../../usage/peer.md#check-status-of-peerings).
264
+
261
265
### Delete VirtualNode
262
266
263
267
You can revert the process by deleting the `VirtualNode` in the consumer cluster.
A similar result is obtained executing the same command in a shell running in the *New York* cluster, although the backend pod is effectively running in the *London* cluster:
119
119
120
120
```bash
121
-
kubectl run consumer --image=curlimages/curl --rm --restart=Never \
121
+
kubectl run consumer -it --image=curlimages/curl --rm --restart=Never \
Copy file name to clipboardExpand all lines: docs/features/network-fabric.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The figure below represents at a high level the network fabric established betwe
15
15
The **controller-manager** (not shown in the figure) contains the **control plane** of the Liqo network fabric.
16
16
It runs as a pod (**liqo-controller-manager**) and is responsible for **setting up the network CRDs** during the connection process to a remote cluster.
17
17
This includes the management of potential **network conflicts** through the definition of high-level NAT rules (enforced by the data plane components).
18
-
Specifically, network CRDs are used to handle the [Translation of Pod IPs](usageReflectionPods) (i.e. during the synchronisation process from the remote to the local cluster), as well as during the [EndpointSlices reflection](usageReflectionEndpointSlices) (i.e. propagation from the local to the remote cluster).
18
+
Specifically, network CRDs are used to handle the [Translation of Pod IPs](usageReflectionPods) (i.e. during the synchronisation process from the remote to the local cluster), as well as during the [EndpointSlices reflection](usageReflectionEndpointSlices) (i.e. propagation from the local to the remote cluster).
19
19
20
20
An **IP Address Management (IPAM) plugin** is included in another pod (**liqo-ipam**).
21
21
It exposes an interface that is consumed by the **controller-manager** to handle **IPs acquisitions**.
0 commit comments