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
Kubernetes traffic generator should use LeaseGrant and then use ID in calls to OptimisticPut. This pattern should mimic what apiserver does for masterleases (maintaining one object per apiserver for fault detection) or events (expiring groups of ~75 objects).
As TTL is not supported, traffic generator could call LeaseRevoke after some time (real apiserver relies on TTL and never revokes leases).