-
When I'm using the cluster in wire-gapped ('local network') mode, attached directly to my Mac for presentations, I am seeing that some pods are not starting because they're stuck in imagepullbackoff. …
-
See: https://github.com/geerlingguy/ansible-role-k8s_manifests
Shouldn't require much rearchitecture, but it should simplify things a bit.
-
After the error mentioned below. I set `kubernetes_kubelet_extra_args: '--node-ip={{ ansible_host }}'` to ` kubernetes_kubelet_extra_args: '--node-ip=192.168.84.2'`
to force an ip since in the boo…
-
I've had some trouble getting your Kubernetes role to work in a Vagrant environment so I decided to try Docker Swarm and it was a whole lot easier to create a cluster. Yeah, I know it's not as complic…
-
So here's where a lot of the rubber meets the road...
1. In #104, I made things work out of the box with a freshly-downloaded-if-not-present Drupal 8 codebase using the [`geerlingguy/drupal` imag…
-
Hello Jeff. I'm continuing my saga 🗡
Now, I've noticed that the role don't remove the swap, so the playbook fails when deploying the flannel.
Thank you for the support.
-
See: https://github.com/geerlingguy/raspberry-pi-dramble/issues/119
Might be able to build on my Mac: https://www.ecliptik.com/Cross-Building-and-Running-Multi-Arch-Docker-Images/
Or build using…
-
I tired to install drupal using this repository and ansible-playbook but the php install portion failed with "No package matching 'php7.0-apcu' is available".
When looking through apt-get i found a…
-
I was thinking about adding some functionality to disable swap on my Kubernetes role... then realized I have this role, and it would be a perfect little feature addition.
Basically, for Kubernetes …
-
See closed issue https://github.com/geerlingguy/php-apache-container/issues/5 and downstream issue https://github.com/geerlingguy/raspberry-pi-dramble/issues/119
Basically, I want to use this image…