k8s_scale - add option label_selectors and continue_on_error (#114)

k8s_scale suppport for label selector
This commit is contained in:
abikouo
2021-06-07 09:57:50 +02:00
committed by GitHub
parent ef82b78a2f
commit 481521a09d
9 changed files with 232 additions and 26 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- k8s_scale - ability to scale multiple resource using ``label_selectors`` (https://github.com/ansible-collections/community.kubernetes/pull/114).
- k8s_scale - new parameter to determine whether to continue or not on error when scaling multiple resources (https://github.com/ansible-collections/community.kubernetes/pull/114).