Upgrade Kubernetes node client to avoid CA errors #488
Closed
Description
Because the Kubernetes Node client version is older, when yarn start
locally I bump into kubernetes-client/javascript#7:
Uncaught Error: clusters[0].cluster.[certificate-authority-data, certificate-authority] is missing
Now this issue was solved in kubernetes-client/javascript#11, and manually the CA check in node-client/src/config_types.ts
seems to solve the issue.
This issue is to track upgrading the Node Kubernetes client in order to avoid this kind of issues when running the worker locally.