operator-sdk-ansible-util
operator-sdk-ansible-util copied to clipboard
Turbo mode compatibility
trafficstars
Bumping kubernetes.core version is being planned. It would be nice to make this collection compatible with turbo mode, available in the new version.
ping @gravesm
Here's the related PR for how we enable this in kubernetes.core collection: https://github.com/ansible-collections/kubernetes.core/pull/169. All you really have to do is use the AnsibleTurboModule instead of the base AnsibleModule. We decided to use an env var to let the user control this import.