ansible-for-kubernetes icon indicating copy to clipboard operation
ansible-for-kubernetes copied to clipboard

Ansible and Kubernetes examples from Ansible for Kubernetes Book

Results 53 ansible-for-kubernetes issues
Sort by recently updated
recently updated
newest added
trafficstars

The kubernetes_role name the Kubernetes role: geerlingguy.kubernetes expects the name to be controle_plane, rather then master

bug
planned

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,...

bug