chaostoolkit-kubernetes icon indicating copy to clipboard operation
chaostoolkit-kubernetes copied to clipboard

remove_service_endpoint missing argument request

Open chaosdudu opened this issue 5 years ago • 0 comments

When I run the experiment to dremove service end point I receive the error below: "TypeError: delete_namespaced_service() missing 1 required positional argument: 'body'\n", when I check the actions code no "body" argument requested for the delete_namespaced_service

https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/CoreV1Api.md#delete_namespaced_service

chaosdudu avatar Dec 28 '18 11:12 chaosdudu