kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 45 forks source link

Add etcd 3.3.13 #231

Closed mikesplain closed 5 years ago

mikesplain commented 5 years ago

Potential fix for https://github.com/kubernetes/kops/issues/6875.

Fix potential grpc leak: https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3311-2019-1-11

Test seems to be timing out due to length

justinsb commented 5 years ago

So I don't think we can continue to upload every version, but ... the pace of etcd change feels relatively slow, so I think we can prioritize correctness.

One way we could tackle the growth would be to have the latest patch releases, because I think e.g. 3.2.24 can read from backups from 3.2.0 to 3.2.23 as well. So then we would only need one etcd version per minor version.

Anyway ... thanks @mikesplain

/approve /lgtm