migrate-if-needed.sh fails to remove etcd2 data when migrating from etcd 3.0->3.1 due to missing --endpoints flag #59667
Labels
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
This was noticed when adding tests to #59298. One of the tests failed with an "unable to reach etcd error". Adding
-endpoints "http://127.0.0.1:${ETCD_PORT}"
to migrate-if-needed.sh to theetcdctl rm --recursive
fixed the issue.Creating this issue for posterity so the issue and it's fix are tracked.
The text was updated successfully, but these errors were encountered: