diff --git a/pkg/storage/etcd/etcd_helper.go b/pkg/storage/etcd/etcd_helper.go index d7ddabb65c6..a9fcc9ce848 100644 --- a/pkg/storage/etcd/etcd_helper.go +++ b/pkg/storage/etcd/etcd_helper.go @@ -525,7 +525,6 @@ func (h *etcdHelper) GuaranteedUpdate( startTime := time.Now() // Swap origBody with data, if origBody is the latest etcd data. opts := etcd.SetOptions{ - PrevValue: origBody, PrevIndex: index, TTL: time.Duration(ttl) * time.Second, }