etcd-cloud-operator
etcd-cloud-operator copied to clipboard
ETCD UPGRADE To 3.5.1
Getting this issue https://github.com/etcd-io/etcd/issues/13119. Is there an upgrade happening? If not what are the things I can do for an upgrade without breaking
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: https://github.com/etcd-io/etcd/issues/13192 Is the code for 3.5.1 pushed anywhere yet?
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 :]