add ability to filter the list of pods to be drained by a pod label selector (#606)

* add ability to filter the list of pods to be drained by a label selector
This commit is contained in:
Bikouo Aubin
2023-05-31 09:12:09 +02:00
committed by GitHub
parent 54d8193972
commit 6d0a3af311
3 changed files with 122 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- k8s_drain - add ability to filter the list of pods to be drained by a pod label selector (https://github.com/ansible-collections/kubernetes.core/issues/474).