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
Since etcd-io#19137, kubernetes traffic profile is unable to send List request
with page size, because limit in option is not accessable. To fix it,
this fix is to introduce Limit() interface.
Fixes: etcd-io#19292
Signed-off-by: Wei Fu <[email protected]>
Bug report criteria
What happened?
Since #19137, the kubernetes traffic is unable to send list request because
end
field is reset.etcd/tests/robustness/client/client.go
Lines 90 to 92 in 2895b19
What did you expect to happen?
kubernetes traffic api should send list request during robustness test
How can we reproduce it (as minimally and precisely as possible)?
Run any robustness tests with kubernetes traffic
Anything else we need to know?
client/v3 package doesn't export
limit
so it's hard to get all the information fromOp
provided by kubernetes.List.Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
The text was updated successfully, but these errors were encountered: