Version v1.14 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
v1.1.0
Ansible Operator fact gathering causes performance regression
To disable fact gathering by default for your operator, you will need to
add the following entry to the manager container inconfig/manager/manager.yaml
:
env:
- name: ANSIBLE_GATHERING
value: explicit
See #3933 for more details.
Update scorecard-test-kuttl image to use latest kuttl
The scorecard-test-kuttl image is updated to use kuttl:v0.5.2 as the base image.
See #3711 for more details.
Last modified October 15, 2020: Release v1.1.0 (#4031) (9d27e224)