mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 22:38:07 +00:00
Automatic merge from submit-queue etcd2: watching from 0 returns all initial states as ADDED events ref: https://github.com/kubernetes/kubernetes/pull/36797 https://github.com/kubernetes/kubernetes/issues/36545 https://github.com/kubernetes/kubernetes/pull/36561 https://github.com/kubernetes/kubernetes/issues/13969 Since we have made consensus and fixed the behavior in etcd3, we would also change etcd2 to make this uniform and consistent. The end goal is that we would have it explicit on interface docs. **release note**: ``` etcd2: watching from 0 returns all initial states as ADDED events ```