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
Hello, I am using Kubernetes client-python's "watch" API to watch the changes of pod status. My program works well for hours. However, a "Connection pool is full" warning (as follows) will be reported randomly after hours. Then the watcher cannot observe new event from Kubernetes. I guess this issue is related to the use of urllib3. It is a bug? or something I need to pay attention to when using the watch API? Thanks!
2017-11-23 05:51:03,416 WARNING Connection pool is full, discarding connection: 192.168.48.187
The text was updated successfully, but these errors were encountered:
Hello, I am using Kubernetes client-python's "watch" API to watch the changes of pod status. My program works well for hours. However, a "Connection pool is full" warning (as follows) will be reported randomly after hours. Then the watcher cannot observe new event from Kubernetes. I guess this issue is related to the use of urllib3. It is a bug? or something I need to pay attention to when using the watch API? Thanks!
2017-11-23 05:51:03,416 WARNING Connection pool is full, discarding connection: 192.168.48.187
The text was updated successfully, but these errors were encountered: