-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETCD UPGRADE To 3.5.1 #79
Comments
Hi @iamnst19, I might be a bit tied up as I am moving to a new house, but I feel you here. It shouldn't be too difficult as master already uses v3.5.0. If you get to it before I do, you can try to bump the dependencies, and compile - might work out of the box, or might have to adjust very few calls in ECO. |
Tried but getting "exec ./operator: exec format error" working fine in local |
Hey there, "exec format error" is often related to architecture mismatch issues, such as building on an Apple Silicon Macbook and then trying to run on a Linux x86_64. If you're building the docker image directly, use the --platform Linux/amd64 flag.
|
done. please close the ticket. Thanks :) |
@iamnst19 Would you mind pushing the commit to a pull request so everyone can enjoy the new version? Thanks a lot~ |
sure will do |
I'm trying to use etcd with istio and I think I'm facing this issue: etcd-io/etcd#13192 |
Hello! Unfortunately I am not aware that @iamnst19 pushed the 3.5.1 upgrade anywhere public at this time! It shouldn't be a large task however as it is mostly about bumping the Go dependencies, and fixing up anything in the thin interface between the operator & etcd that might have changed. |
I can push the upgrade. |
Hey @iamnst19 - 3.5.14 was released just a few weeks ago :] |
Getting this issue etcd-io/etcd#13119. Is there an upgrade happening? If not what are the things I can do for an upgrade without breaking
The text was updated successfully, but these errors were encountered: