You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// LeaseCheckpointPersist enables persisting remainingTTL to prevent indefinite auto-renewal of long lived leases. Always enabled in v3.6. Should be used to ensure smooth upgrade from v3.5 clusters with this feature enabled.
69
69
// Requires EnableLeaseCheckpoint featuragate to be enabled.
70
-
// Deprecated in v3.6.
71
70
// TODO: Delete in v3.7
72
71
// owner: @serathius
73
72
// alpha: v3.6
74
73
// main PR: https://github.com/etcd-io/etcd/pull/13508
74
+
// Deprecated: Enabled by default in v3.6, to be removed in v3.7.
0 commit comments