Use proper package for calico plugin

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-03-16 13:32:11 +01:00
parent 8c40acc168
commit 6a067ef446
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -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'
...