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
With request being deprecated (https://www.npmjs.com/package/request), I was wondering if there were plans to migrate to another library like got or axios?
I'm seeing errors sometimes from commands like k8sCoreV1Api.listNamespacedPod:
With
request
being deprecated (https://www.npmjs.com/package/request), I was wondering if there were plans to migrate to another library likegot
oraxios
?I'm seeing errors sometimes from commands like
k8sCoreV1Api.listNamespacedPod
:I think this may be due to issues with Node and may be solved with HTTP Keep Alive, as mentioned in the article below:
https://medium.com/swlh/solving-node-dns-issues-and-other-things-5051d8526cac
The article mentions how HTTP Keep Alive is more easily used with libraries like
got
and notrequest
, which is deprecatedThanks!
The text was updated successfully, but these errors were encountered: