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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,9 +143,9 @@ This is a list of all avaiable configuration items:
143
143
|`interval`|`VIP_INTERVAL`| no |`1000`| The time vip-manager main loop sleeps before checking for changes. Measured in ms. Defaults to `1000`. Doesn't affect etcd checker since v2.3.0. |
144
144
|`retry-after`|`VIP_RETRY_AFTER`| no |`250`| The time to wait before retrying interactions with components outside of vip-manager. Measured in ms. Defaults to `250`. |
145
145
|`retry-num`|`VIP_RETRY_NUM`| no |`3`| The number of times interactions with components outside of vip-manager are retried. Defaults to `3`. |
146
-
|`etcd-ca-le`|`VIP_ETCD_CA_FILE`| no |`/etc/etcd/ca.cert.pem`| A certificate authority file that can be used to verify the certificate provided by etcd endpoints. Make sure to change `dcs-endpoints` to reflect that `https` is used. |
147
-
|`etcd-cert-le`|`VIP_ETCD_CERT_FILE`| no |`/etc/etcd/client.cert.pem`| A client certificate that is used to authenticate against etcd endpoints. Requires `etcd-ca-file` to be set as well. |
148
-
|`etcd-key-le`|`VIP_ETCD_KEY_FILE`| no |`/etc/etcd/client.key.pem`| A private key for the client certificate, used to decrypt messages sent by etcd endpoints. Required when `etcd-cert-file` is specified. |
146
+
|`etcd-ca-file`|`VIP_ETCD_CA_FILE`| no |`/etc/etcd/ca.cert.pem`| A certificate authority file that can be used to verify the certificate provided by etcd endpoints. Make sure to change `dcs-endpoints` to reflect that `https` is used. |
147
+
| `etcd-cert-file|`VIP_ETCD_CERT_FILE`| no |`/etc/etcd/client.cert.pem`| A client certificate that is used to authenticate against etcd endpoints. Requires `etcd-ca-file` to be set as well. |
148
+
|`etcd-key-file`|`VIP_ETCD_KEY_FILE`| no |`/etc/etcd/client.key.pem`| A private key for the client certificate, used to decrypt messages sent by etcd endpoints. Required when `etcd-cert-file` is specified. |
149
149
|`verbose`|`VIP_VERBOSE`| no |`true`| Enable more verbose logging. Currently only the manager-type=hetzner provides additional logs. |
0 commit comments