Forum breadcrumbs – You are here:Tracston Community Forum – DevOps, Micro Services, Cloud, Infrastructure, Development, Monitoring and more…DevOps / Micro Services / Automation: Kubernetes & Helm ChartsDeleting multiple pods on the sam …
You need to log in to create posts and topics.
Deleting multiple pods on the same command

moshe@moshe
#1 · 20/12/2020, 3:45 pm
Quote from moshe on 20/12/2020, 3:45 pmProblem
user wants to execute multiple commands on various pods with serial added
Solution
kubectl delete pod -n kube-system -l ‘k8s-app in (fluentd, fluent-bit, sysinfo, metricbeat)’
Problem
user wants to execute multiple commands on various pods with serial added
Solution
kubectl delete pod -n kube-system -l ‘k8s-app in (fluentd, fluent-bit, sysinfo, metricbeat)’
Click for thumbs down.0Click for thumbs up.0