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: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@
60
60
| ipam.internal.pod.priorityClassName | string |`""`| PriorityClassName (https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for the IPAM pod. |
61
61
| ipam.internal.pod.resources | object |`{"limits":{},"requests":{}}`| Resource requests and limits (https://kubernetes.io/docs/user-guide/compute-resources/) for the IPAM pod. |
62
62
| ipam.internal.replicas | int |`1`| The number of IPAM instances to run, which can be increased for active/passive high availability. |
| ipam.internal.syncInterval | string |`"2m"`| Set the interval at which the IPAM pod will synchronize it's in-memory status with the local cluster. If you want to disable the synchronization, set the interval to 0. |
64
65
| ipam.internalCIDR | string |`"10.80.0.0/16"`| The subnet used for the internal CIDR. These IPs are assigned to the Liqo internal-network interfaces. |
65
66
| ipam.podCIDR | string |`""`| The subnet used by the pods in your cluster, in CIDR notation (e.g., 10.0.0.0/16). |
0 commit comments