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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@
49
49
| discovery.config.clusterID | string |`""`| Specify an unique ID for your cluster. This ID is used to identify your cluster in the peering process. |
50
50
| discovery.config.clusterLabels | object |`{}`| A set of labels that characterizes the local cluster when exposed remotely as a virtual node. It is suggested to specify the distinguishing characteristics that may be used to decide whether to offload pods on this cluster. |
51
51
| fullnameOverride | string |`""`| Override the standard full name used by Helm and associated to Kubernetes/Liqo resources. |
52
+
| imagePullSecrets | list |`[]`| Image pull secrets for all Liqo containers |
52
53
| ipam.external.enabled | bool |`false`| Use an external IPAM to allocate the IP addresses for the pods. Enabling it will disable the internal IPAM. |
53
54
| ipam.external.url | string |`""`| The URL of the external IPAM. |
54
55
| ipam.externalCIDR | string |`"10.70.0.0/16"`| The subnet used for the external CIDR. |
@@ -164,7 +165,7 @@
164
165
| proxy.replicas | int |`1`| Set the number of replicas for the proxy deployments |
165
166
| proxy.service.annotations | object |`{}`||
166
167
| proxy.service.type | string |`"ClusterIP"`||
167
-
| pullPolicy | string |`"IfNotPresent"`|The pullPolicy for liqo pods.|
168
+
| pullPolicy | string |`"IfNotPresent"`|Image pull policy for all Liqo containers|
| storage.enabled | bool |`true`| Enable/Disable the liqo virtual storage class on the local cluster. You will be able to offload your persistent volumes, while other clusters will be able to schedule their persistent workloads on the current cluster. |
170
171
| storage.realStorageClassName | string |`""`| Name of the real storage class to use in the local cluster. |
0 commit comments