ansible-for-kubernetes
ansible-for-kubernetes copied to clipboard
Ansible and Kubernetes examples from Ansible for Kubernetes Book
The kubernetes_role name the Kubernetes role: geerlingguy.kubernetes expects the name to be controle_plane, rather then master
Replaced delegated driver with default as delegated is no longer supported in Molecule 25.x and above. Ensures compatibility with the latest Molecule version and prevents runtime errors.
I ran the playbook as shown [here](https://github.com/geerlingguy/ansible-for-kubernetes/blob/0e14e9c4190908b3ecc74147d3e3cd90517e015d/ansible-solr-container/main.yml) and I get the following output: ``` ... TASK [Gather facts inside the container.] *************************************************************************** fatal: [localhost -> solr]: FAILED! => {"changed": false,...