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: deployments/liqo/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,6 @@
145
145
| networking.gatewayTemplates.server.service.annotations | object |`{"service.beta.kubernetes.io/aws-load-balancer-type":"nlb"}`| Annotations for the server service. |
| networking.iptables.mode | string |`"nf_tables"`| Select the iptables mode to use. Possible values are "legacy" and "nf_tables". |
148
-
| networking.legacy | bool |`false`| Set to "true" to install the legacy networking stack. |
149
148
| networking.mtu | int |`1340`| Set the MTU for the interfaces managed by liqo: vxlan, tunnel and veth interfaces. The value is used by the gateway and route operators. The default value is configured to ensure correct behavior regardless of the combination of the underlying environments (e.g., cloud providers). This guarantees improved compatibility at the cost of possible limited performance drops. |
150
149
| networking.reflectIPs | bool |`true`| Reflect pod IPs and EnpointSlices to the remote clusters. |
151
150
| networking.securityMode | string |`"FullPodToPod"`| Select the mode to enforce security on connectivity among clusters. Possible values are "FullPodToPod" and "IntraClusterTrafficSegregation" |
Copy file name to clipboardExpand all lines: docs/faq/faq.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,6 @@ It is highly recommended to first unpeer all existing foreignclusters before upg
79
79
If using `liqoctl unpeer` command does not fix the problem (probably due to some cluster setup misconfiguration), you can try to manually unpeer the cluster by force deleting all Liqo resources associated with that ForeignCluster.
80
80
To do this, force delete all resources (look also in the tenant namespace) with the following types (possibly in this order):
0 commit comments