From 6a067ef446c875fe180dc0a336d161bba75d05a4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 16 Mar 2024 13:32:11 +0100 Subject: [PATCH] Use proper package for calico plugin Signed-off-by: Knut Ahlers --- config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 6dc686d..f3f864e 100644 --- a/config.yaml +++ b/config.yaml @@ -62,6 +62,7 @@ packages: open-iscsi-openrc: '' udev: '' + cni-plugin-calico: '@luzifer=3.27.2-r0' cni-plugins: '@community' cri-tools: '@community' containerd: '@community' @@ -144,8 +145,4 @@ chroot_commands: # Configure chrony - 'echo -e "server ptbtime1.ptb.de iburst\nserver ptbtime2.ptb.de iburst\ninitstepslew 10 ptbtime1.ptb.de\ndriftfile /var/lib/chrony/chrony.drift\nrtcsync\ncmdport 0" >/etc/chrony/chrony.conf' - # Pre-create calico CNI binary links (binaries are provided by CNI) - - 'ln -sf /opt/cni/bin/calico /usr/libexec/cni/calico' - - 'ln -sf /opt/cni/bin/calico-ipam /usr/libexec/cni/calico-ipam' - ...