Files
kubernetes.core/changelogs/fragments/114-k8s_scale-add-label-selectors-and-continue-on-error.yaml
abikouo 481521a09d k8s_scale - add option label_selectors and continue_on_error (#114)
k8s_scale suppport for label selector
2021-06-07 09:57:50 +02:00

5 lines
351 B
YAML

---
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).