Reputation: 30895
i try to uninstall the Filebeat from kubernetes but i can't find anywhere how to uninstall it how can safely uninstall it ?
Upvotes: -1
Views: 644
Reputation: 101
Just delete the filebeat deamonset.
kubectl delete ds filebeat
Upvotes: 2