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
{{ message }}
This repository was archived by the owner on Aug 1, 2023. It is now read-only.
I am calling portsbinding.Create(client, portBindingOptions).Extract() sequentially from k8s pod to openstack neutron running remotely. If the delay between 2 calls is 60sec they all ports are getting created but if i reduce to 20 sec, few ports are NOT getting created with the following error "ERROR: Post https://xyz/neutron/v2.0/ports: read tcp 10.0.3.181:43380->10.201.109.131:3128: read: connection reset by peer"
Is there any scale limitation for gophercloud? how to solve this scale issue?
-Koteswar