Hi,

Now that etcd v3 has been out almost for 2 years
https://github.com/coreos/etcd/releases/tag/v3.0.0

etcd team wants to enable ETCDCTL_API=3 by default
for upcoming v3.4 release (planned for this summer).

All v2 APIs and store will be still preserved until v4.
We just want to promote etcd v3 as a default option.

Currently,

etcdctl set foo bar
ETCDCTL_API=3 etcdctl put foo bar

After,

ETCDCTL_API=2 etcdctl set foo bar
etcdctl put foo bar

Please raise any issues or concerns if there's any.

Thanks all.

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to