-
The task "Apply metrics-server manifest to the cluster" fails with the following message. I'm able to run the yml as root directly on the host ...
TASK [Apply metrics-server manifest to the cluster…
-
Right before:
```
Nov 01 02:36:11 kube1 kubelet[6800]: I1101 02:36:11.109610 6800 kubelet_node_status.go:72] Attempting to register node kube1
665Nov 01 02:36:11 kube1 kubelet[6800]: E1101 02:…
-
From a commenter on on of my YouTube videos:
> something I noticed is that using k3s-ansible on the beta 64bit OS didn't work, it was missing the k3s binary and can't find it .. did you faced the s…
-
See related: [Test Performance and Functionality on Raspberry Pi OS 64-bit](https://github.com/geerlingguy/drupal-pi/issues/45)
With the full configuration (excluding NextCloud), all tests run 4x, …
-
This is on my new Raspberry pi 4 cluster?
How do I find out why this step is hanging?
-
Currently this role hardcodes setting up Flannel as the networking layer when setting up the master. It would probably be good to have the networking configurable in case someone doesn't want to use F…
-
I'm running kvm/libvirt instead of VirtualBox. Mabe it'ld be easy for you to add it to your vagrant image ? Otherwise nevermind.
```
~/personal/dramble/testing/vagrant (master ✔) ᐅ vagrant up
Bri…
-
I'm trying this out on a 5 node cluster of raspberry pis. They are all fresh installs of 2020-02-13-raspbian-buster-lite.img. I was originally getting fails when getting to this task. I added `ansi…
-
Trying to setup raspberry-pi-dramble on 4 rpi 4s. I have been successful in Provisioning the Pis up to the point where the drupal nodes get configured. The two drupal nodes are in "CrashLoopBackOff"…
-
Hello Jeff
```
- name: Remove swap from /etc/fstab
lineinfile:
dest: /etc/fstab
regexp: '^.* swap .*$'
state: absent
- name: Disable swap
command: swapoff -a
when: ansible…