mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
ap&f e2e: eliminates client-side rate-limiting
This commit is contained in:
parent
b2ecd1b3a3
commit
ee31c93748
@ -321,6 +321,7 @@ func createFlowSchema(f *framework.Framework, flowSchemaName string, matchingPre
|
||||
func makeRequest(f *framework.Framework, username string) *http.Response {
|
||||
config := f.ClientConfig()
|
||||
config.Impersonate.UserName = username
|
||||
config.RateLimiter = nil
|
||||
config.Impersonate.Groups = []string{"system:authenticated"}
|
||||
roundTripper, err := rest.TransportFor(config)
|
||||
framework.ExpectNoError(err)
|
||||
|
Loading…
Reference in New Issue
Block a user