Surya
06/16/2022, 10:27 AMAnna Geller
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='<IP Address>', port=4200): Max retries exceeded with url: /graphql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f79e5a07a90>, 'Connection to <IP Address> timed out. (connect timeout=30)')).
The <IP Address> in the above error message is not being used by us anymore and it belongs to previous helm release which has been deleted completly.
Not sure why it is still being referred. Please suggestSurya
06/16/2022, 3:33 PMAnna Geller