Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix libetcd.sh handling for host and port
Today, the host and port (after a refactor for chart versions 9.2.2 and later) are not being properly passed from `setup_etcd_active_endpoints` to `is_healthy_etcd_cluster`. As a result, the startup will fail complaining about `host` being unset for the line `remove_in_file "/snapshots/.disaster_recovery" "$host:$port"`. This change fixes this behavior. Signed-off-by: Kevin Cai <[email protected]>
- Loading branch information