Chris Almond
Chris Almond
Looks like Cilium 1.10 supports ARM Also - the quick installation process changed from 1.9 to 1.10. In the 1.10 install they aren't providing a quick-install.yml file. In 1.10 the...
@xUnholy - re ^^ I'm trying to figure out how to successfully build a cluster with calico as CNI instead of cilium (it appears cilium is set as default -...
re ^^ I suspected some cruft in the OS level that the ansible playbooks weren't able to clean up was causing problems. So I reimaged all nodes again and started...
re ^^ now I'm noticing kube-proxy is not running. Guessing there is something going on the playbooks that disabled kube-proxy expecting cilium/eBPF stuff will be running instead...?
^^ it was right in front of me inside controlplane.yml :-P FTR, here are the changes I made to get a calico based build to work across a virgin set...
Update: I figured I'd set the keepalived_vip value in the old variables section of cluster.yml to the same value I'm using in master.yml and try again. First I ran the...
Update: I reimaged all the pi's back to back ubuntu per the first part of your install doc. I ran all.yaml install again. This time I have keepalived_vip value in...
More cluster state details re above. Note that one of my declared masters (strawberry) is not running etcd or kube-apiserver. hackberry (master): ``` pi@hackberry:~$ sudo crictl ps CONTAINER IMAGE CREATED...
In case this helps ^^: ``` > cat ansible/inventory [all] hackberry hostname=hackberry.almond.lan ansible_host=192.168.0.51 ansible_user=pi strawberry hostname=strawberry.almond.lan ansible_host=192.168.0.52 ansible_user=pi blueberry hostname=blueberry.almond.lan ansible_host=192.168.0.53 ansible_user=pi blackberry hostname=blackberry.almond.lan ansible_host=192.168.0.54 ansible_user=pi [cluster:children] controlplane nodes [controlplane]...
@lemonsqueeze My draft process for trying this out below. Github newbie here: How do I download/run the version that includes your distributed patch? (I see the PR is still outstanding...