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

Under ### Installing Ansible inside Bash on Ubuntu When running: ``` $ sudo apt-get install -y python-pip python-dev ``` Returns: ``` Reading package lists... Done Building dependency tree Reading state...

bug

### Chapter 1 Under **Building Hello Go** on page 23 The second curl example is incorrect ``` curl localhost:8180 Hello, you requested: /test ``` should be ``` curl localhost:8180/test Hello,...

bug

If interested I created a [molecule-kind](https://github.com/retr0h/molecule-kind) driver for your k8s roles/playbooks.

I can't understand why during the Kubernetes installation I confront error : 403 Forbidden [IP 34.107.204.206 80].Also the picture in attachment show more details. ![image](https://user-images.githubusercontent.com/40246226/125735945-475e2341-24c9-4e01-b46e-00aae1a07d47.png)

Need to update the version Number to current version. ``` docker run -d -p 8983:8983 ansible-for-kubernetes/solr:8.3.1 docker run -d -p 8983:8983 ansible-for-kubernetes/solr:8.6.2 ```

ansible --version ansible [core 2.11.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jp/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/jp/.local/lib/python3.8/site-packages/ansible ansible collection location = /home/jp/.ansible/collections:/usr/share/ansible/collections executable location =...

Task "Create hello-k8s resources and wait until they are Ready." fails due to a bug in Python openshift 0.12: [https://github.com/kubernetes-client/python/issues/1333](url) Error: ```text The full traceback is: Traceback (most recent call...

Failure at `geerlingguy.docker : Ensure dependencies are installed.` > Failed to fetch http://security.debian.org/debian-security/pool/updates/main/a/apt/apt-transport-https_1.8.2.1_all.deb 404 Not Found [IP: 151.101.62.132 80]\nE: Unable to fetch some archives, maybe run apt-get update or try...

Ran under normal circumstances and ran into a similar issue I did in this ticket https://github.com/geerlingguy/ansible-for-kubernetes/issues/88 Tried to rollback to openshift like I did last chapter and now getting a...