mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Use proper package for calico plugin
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8c40acc168
commit
6a067ef446
1 changed files with 1 additions and 4 deletions
|
@ -62,6 +62,7 @@ packages:
|
||||||
open-iscsi-openrc: ''
|
open-iscsi-openrc: ''
|
||||||
udev: ''
|
udev: ''
|
||||||
|
|
||||||
|
cni-plugin-calico: '@luzifer=3.27.2-r0'
|
||||||
cni-plugins: '@community'
|
cni-plugins: '@community'
|
||||||
cri-tools: '@community'
|
cri-tools: '@community'
|
||||||
containerd: '@community'
|
containerd: '@community'
|
||||||
|
@ -144,8 +145,4 @@ chroot_commands:
|
||||||
# Configure chrony
|
# 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'
|
- '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'
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue