This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Download etcd release package from custom url error #144
Comments
@pytimer, are you saying that the curl call ignores errors? Because etcdadm should fail if curl reports an error. |
@dlipovetsky Yes.I think etcdadm call curl should not ignore errors, so i add |
I agree with you. Unfortunately, I couldn't understand the problem from your report, but I see it now; curl will exit with zero if it receives some output with a 404.
|
If ignore curl error, it mean that download etcd incomplete, it occur tar failed.. Sorry, I didn't explain clearly what I mean. |
justinsb
added a commit
to justinsb/etcdadm
that referenced
this issue
Jul 25, 2020
Use TLS for peer-to-peer communication
justinsb
added a commit
to justinsb/etcdadm
that referenced
this issue
Aug 28, 2020
Use TLS for peer-to-peer communication
justinsb
added a commit
to justinsb/etcdadm
that referenced
this issue
Aug 29, 2020
Use TLS for peer-to-peer communication
justinsb
added a commit
to justinsb/etcdadm
that referenced
this issue
Aug 29, 2020
Use TLS for peer-to-peer communication
justinsb
added a commit
to justinsb/etcdadm
that referenced
this issue
Dec 4, 2020
Use TLS for peer-to-peer communication
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use the lasted etcdadm to init the cluster, want to use
--release-url
download etcd release package from my custom url, i save the etcd release package to wrong path, but i seeetcdadm
also download completed, the error occur to extracting archive package.error logs:
Can
etcdadm
downloading etcd from--release-url
show error instead of extract etcd archive if the package not found ?The text was updated successfully, but these errors were encountered: