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

Provide a new function to remove a service

Open arun-gupta opened this issue 6 years ago • 0 comments

A new function to remove k8s service would be useful:

"provider": {
                "type": "python",
                "module": "chaosk8s.service.actions",
                "func": "remove_service",
                "arguments": {
                    "label_selector": "app=myapp-greeting",
                    "ns": "default"
                }
            }

FYI @adrianco

arun-gupta avatar May 03 '18 11:05 arun-gupta