Kubernetes javascript client – could not filter by label selector – Nginx
I run the following function from Kubernetes official javascript client, for example : .listNamespacedPod("default", null, "false", "smth=test", null, null, null, null, null, null) or any other function. There is a param called labels selector. Now I would like to find…