mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-06-09 18:16:09 +00:00
The docs/ansible_turbo_mode.rst file was accidentally removed in PR#988, breaking the link referenced in README.md. Restore it so users following that link get the full Turbo mode documentation rather than a 404. Additionally, document the ansible-core version compatibility issue for cloud.common (see ansible-collections/cloud.common@5e3430d and kubernetes.core PR #1109): Turbo mode is incompatible with ansible-core >= 2.19 because cloud.common no longer supports it. Without this clarification users on newer ansible-core versions encounter silent or confusing failures when ENABLE_TURBO_MODE=1 is set. Update README.md with the same warning so the incompatibility is visible before users follow the link to the full docs. Addresses: #927