mirror of https://github.com/ansible/ansible.git
* [stable-2.9] k8s: apply no longer the default behaviour (#62632)
There are too many lingering uncertainties about the correctness of
apply behaviour. All tests seem to suggest it works, and it's definitely
performed well in real world application, but it may be a breaking
and unexpected change to default to apply
We will let apply bed in during 2.9 and allow people to opt in, we
may default to it in future (or not)
(cherry picked from commit bb0fa0a
)
Co-authored-by: Will Thames <will@thames.id.au>
pull/62671/head
parent
de3e76ad98
commit
895d3c1c1e
@ -0,0 +1,5 @@
|
||||
---
|
||||
minor_changes:
|
||||
- 'Revert apply as the default of kubernetes modules such as k8s. This
|
||||
restores the 2.8 and previous behaviour as the default. apply can still be
|
||||
explicitly enabled https://github.com/ansible/ansible/issues/62661'
|
Loading…
Reference in New Issue