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
|`ETCD_AWAIT_ELECTION_LOCK_NAME`| Name of the lock within etcd used for the election process. |
23
23
|`ETCD_AWAIT_ELECTION_IDENTITY`| Unique identity for the instance competing for leadership. Typically set to the pod's name. |
24
-
|`ETCD_AWAIT_ELECTION_STATUS_ENDPOINT`|Optional: HTTP endpoint to report leadership status. |
25
-
|`ETCD_AWAIT_ELECTION_LEASE_DURATION`|Optional: Lease duration (seconds) before a leader must renew. Default: 15. |
26
-
|`ETCD_AWAIT_ELECTION_RENEW_DEADLINE`|Optional: Time limit (seconds) for the leader to renew the lease. Default: 10. |
27
-
|`ETCD_AWAIT_ELECTION_RETRY_PERIOD`|Optional: Time interval (seconds) to retry a failed election. Default: 2. |
24
+
|`ETCD_AWAIT_ELECTION_STATUS_ENDPOINT`| HTTP endpoint to report leadership status, formatted as `host:port` (e.g., `127.0.0.1:1234`). Optional: If not set, no status will be reported. |
25
+
|`ETCD_AWAIT_ELECTION_LEASE_DURATION`| Lease duration (seconds) before a leader must renew. Optional: Default is 15 seconds. |
26
+
|`ETCD_AWAIT_ELECTION_RENEW_DEADLINE`| Time limit (seconds) for the leader to renew the lease. Optional: Default is 10 seconds. |
27
+
|`ETCD_AWAIT_ELECTION_RETRY_PERIOD`| Time interval (seconds) to retry a failed election. Optional: Default is 2 seconds. |
28
28
|`ETCD_AWAIT_ELECTION_ENDPOINTS`| Comma-separated list of etcd endpoints. |
29
29
|`ETCD_AWAIT_ELECTION_CERT`, `ETCD_AWAIT_ELECTION_KEY`, `ETCD_AWAIT_ELECTION_CACERT`| TLS certificates for secure communication with etcd. |
30
-
|`ETCD_AWAIT_ELECTION_FORCE_ACQUIRE`| Optional: Set to any non-empty value to forcefully acquire leadership by deleting existing locks. Only one instance should run with this option. |
31
-
30
+
|`ETCD_AWAIT_ELECTION_FORCE_ACQUIRE`| Set to any non-empty value to forcefully acquire leadership by deleting existing locks. Optional: Use with caution as only one instance should run with this option. |
0 commit comments