operator-sdk-ansible-util icon indicating copy to clipboard operation
operator-sdk-ansible-util copied to clipboard

Turbo mode compatibility

Open jobcespedes opened this issue 4 years ago • 2 comments
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.

jobcespedes avatar Oct 03 '21 00:10 jobcespedes

ping @gravesm

asmacdo avatar Apr 18 '22 16:04 asmacdo

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.

gravesm avatar Apr 18 '22 16:04 gravesm