Jeff Geerling
Jeff Geerling
Looks like 8.9.0 is the current latest version.
@adelerhof - According to this issue (https://github.com/ansible-collections/community.kubernetes/issues/314), if you update Ansible to the latest version (2.9.17 or later or the latest 3.x version), then the problem should be resolved as...
@jim-whiteside - Indeed, it might be best to add that task (or something similar) to the main playbook here: https://github.com/geerlingguy/ansible-for-kubernetes/blob/master/cluster-local-vms/main.yml I typically do that for all my playbooks, not sure...
Good catch, I'll be sure to get that updated.
Good catch; that was recently changed with the switch to collections.
Ah, wonderful! Thanks for pointing that out. I'll be sure to fix this in the next version of the book.
See related: [OPS BY PULL REQUEST: AN ANSIBLE GITOPS STORY](https://www.ansible.com/blog/ops-by-pull-request-an-ansible-gitops-story)
Ooh, nice! I wonder when that was added in. I know I wrote that line at least one or two years ago, and originally it couldn't show which pod the...
Related in other book: https://github.com/geerlingguy/ansible-for-devops/issues/202
And a blog post about it: [The Kubernetes Collection for Ansible](https://www.jeffgeerling.com/blog/2020/kubernetes-collection-ansible).