mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Apply updates, add calico preparations
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
843ac39a01
commit
8c40acc168
1 changed files with 9 additions and 6 deletions
15
config.yaml
15
config.yaml
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
apk_tools_version: v2.12.11
|
apk_tools_version: v2.14.1
|
||||||
apk_tools_arch: x86_64
|
apk_tools_arch: x86_64
|
||||||
apk_tools_url: https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic//{{ apk_tools_version }}/{{ apk_tools_arch }}/apk.static
|
apk_tools_url: https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic//{{ apk_tools_version }}/{{ apk_tools_arch }}/apk.static
|
||||||
apk_tools_checksum: sha256:a77621da3475ae0ed92daa2d05b9c2bb671639af8c17cce44098192dfbe1b80b
|
apk_tools_checksum: sha256:273227b3fdece78c8a32ba65cb14a9590988d5290f6d5ba53f2f37cbc5a7e3f5
|
||||||
|
|
||||||
alpine_mirror: https://dl-cdn.alpinelinux.org/alpine
|
alpine_mirror: https://dl-cdn.alpinelinux.org/alpine
|
||||||
alpine_repositories:
|
alpine_repositories:
|
||||||
|
@ -62,7 +62,6 @@ packages:
|
||||||
open-iscsi-openrc: ''
|
open-iscsi-openrc: ''
|
||||||
udev: ''
|
udev: ''
|
||||||
|
|
||||||
cni-plugin-flannel: '@community'
|
|
||||||
cni-plugins: '@community'
|
cni-plugins: '@community'
|
||||||
cri-tools: '@community'
|
cri-tools: '@community'
|
||||||
containerd: '@community'
|
containerd: '@community'
|
||||||
|
@ -70,9 +69,9 @@ packages:
|
||||||
nfs-utils: ''
|
nfs-utils: ''
|
||||||
uuidgen: ''
|
uuidgen: ''
|
||||||
|
|
||||||
kubelet: '@luzifer=1.28.3-r0'
|
kubelet: '@luzifer=1.29.3-r0'
|
||||||
kubeadm: '@luzifer=1.28.3-r0'
|
kubeadm: '@luzifer=1.29.3-r0'
|
||||||
kubectl: '@luzifer=1.28.3-r0'
|
kubectl: '@luzifer=1.29.3-r0'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
devfs: sysinit
|
devfs: sysinit
|
||||||
|
@ -145,4 +144,8 @@ 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