Open JTarasovic opened 5 years ago
etcd 3.4.0 has been released; however, it doesn't look like it's supported in ct yet.
ct
https://github.com/coreos/container-linux-config-transpiler/blob/master/config/types/etcd.go#L58
It looks like it's a matter of reconciling the 3.4 config with a new Etcd3_4 struct? If so, I can certainly help w/ that.
Etcd3_4
We're not planning to update Container Linux to etcd 3.4.x.
etcd 3.4.0 has been released; however, it doesn't look like it's supported in
ct
yet.https://github.com/coreos/container-linux-config-transpiler/blob/master/config/types/etcd.go#L58
It looks like it's a matter of reconciling the 3.4 config with a new
Etcd3_4
struct? If so, I can certainly help w/ that.